@@ -15,7 +15,7 @@ Present your progress bars in arc mode with information and total control.
1515  ;  ;  ;  ;  ;
1616[ ![ Android] ( https://drive.google.com/uc?export=download&id=0BxPO_UeS7wSccEZaclNGN0R5OWc )] ( https://github.com/DevLight-Mobile-Agency )
1717  ;  ;  ;  ;  ;
18- [ ![ Download] ( https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScaDl2U0QtWUx3emM )] ( https://bintray.com/gigamole/maven/arcprogressstackview /_latestVersion )
18+ [ ![ Download] ( https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScaDl2U0QtWUx3emM )] ( https://bintray.com/gigamole/maven/apsv /_latestVersion )
1919  ;  ;  ;  ;  ;
2020[ ![ License] ( https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScU0tmeFpGMHVWNWs )] ( https://github.com/DevLight-Mobile-Agency/ArcProgressStackView/blob/master/LICENSE.txt )
2121  ;  ;  ;  ;  ;
@@ -32,37 +32,30 @@ Download
3232
3333You can download a ` .aar ` from GitHub's [ releases page] ( https://github.com/DevLight-Mobile-Agency/ArcProgressStackView/releases ) .
3434
35- Or use Gradle jCenter :
35+ Or use Gradle:
3636
3737``` groovy
38- dependencies {
39- repositories {
40- mavenCentral()
41- maven {
42- url 'http://dl.bintray.com/gigamole/maven/'
43- }
44- }
45- compile 'com.github.gigamole.arcprogressstackview:library:+'
46- }
38+ compile 'devlight.io:arcprogressstackview:1.0.4'
4739```
4840
49- Or Gradle Maven Central:
50-
51- ``` groovy
52- compile 'com.github.gigamole.arcprogressstackview:library:1.0.3'
53- ```
54-
55- Or Maven:
56-
41+ Or Maven:
5742``` xml
5843<dependency >
59- <groupId >com.github.gigamole.arcprogressstackview </groupId >
60- <artifactId >library </artifactId >
61- <version >1.0.3 </version >
62- <type >aar </type >
44+ <groupId >devlight.io </groupId >
45+ <artifactId >arcprogressstackview </artifactId >
46+ <version >1.0.4 </version >
47+ <type >pom </type >
6348</dependency >
6449```
6550
51+ Or Ivy:
52+ ``` groovy
53+ <dependency org='devlight.io' name='arcprogressstackview' rev='1.0.4'>
54+ <artifact name='$AID' ext='pom'></artifact>
55+ </dependency>
56+ ```
57+
58+
6659Android SDK Version
6760===================
6861
0 commit comments