Skip to content

Commit 0d159be

Browse files
committed
New home
1 parent 79cddfb commit 0d159be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle.properties

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.2.0-SNAPSHOT
20+
VERSION_NAME=0.2.0
2121
VERSION_CODE=2
22-
GROUP=com.yahoo.mobile.client.android.util.rangeseekbar
22+
GROUP=org.florescu.android.rangeseekbar
2323

24-
POM_DESCRIPTION=A SeekBar similar to the default Android one, but with two thumb controls allowing a range to be selected, and some other extras as well.
25-
POM_URL=https://github.com/yahoo/android-range-seek-bar
26-
POM_SCM_URL=https://github.com/yahoo/android-range-seek-bar
27-
POM_SCM_CONNECTION=scm:[email protected]:yahoo/android-range-seek-bar.git
28-
POM_SCM_DEV_CONNECTION=scm:[email protected]:yahoo/android-range-seek-bar.git
24+
POM_DESCRIPTION=This library provides a SeekBar similar to the default Android one, but with two thumb controls allowing a range to be selected.
25+
POM_URL=https://github.com/anothem/android-range-seek-bar
26+
POM_SCM_URL=https://github.com/anothem/android-range-seek-bar
27+
POM_SCM_CONNECTION=scm:[email protected]:anothem/android-range-seek-bar.git
28+
POM_SCM_DEV_CONNECTION=scm:[email protected]:anothem/android-range-seek-bar.git
2929
POM_LICENCE_NAME=The Apache Software License, Version 2.0
3030
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
3131
POM_LICENCE_DIST=repo

0 commit comments

Comments
 (0)