Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
GIGAMOLE committed Sep 22, 2016
1 parent a47360e commit 3070584
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
39 changes: 16 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Present your progress bars in arc mode with information and total control.
     
[![Android](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wSccEZaclNGN0R5OWc)](https://github.com/DevLight-Mobile-Agency)
     
[![Download](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScaDl2U0QtWUx3emM)](https://bintray.com/gigamole/maven/arcprogressstackview/_latestVersion)
[![Download](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScaDl2U0QtWUx3emM)](https://bintray.com/gigamole/maven/apsv/_latestVersion)
     
[![License](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScU0tmeFpGMHVWNWs)](https://github.com/DevLight-Mobile-Agency/ArcProgressStackView/blob/master/LICENSE.txt)
     
Expand All @@ -32,37 +32,30 @@ Download

You can download a `.aar` from GitHub's [releases page](https://github.com/DevLight-Mobile-Agency/ArcProgressStackView/releases).

Or use Gradle jCenter:
Or use Gradle:

```groovy
dependencies {
repositories {
mavenCentral()
maven {
url 'http://dl.bintray.com/gigamole/maven/'
}
}
compile 'com.github.gigamole.arcprogressstackview:library:+'
}
compile 'devlight.io:arcprogressstackview:1.0.4'
```

Or Gradle Maven Central:

```groovy
compile 'com.github.gigamole.arcprogressstackview:library:1.0.3'
```

Or Maven:

Or Maven:
```xml
<dependency>
<groupId>com.github.gigamole.arcprogressstackview</groupId>
<artifactId>library</artifactId>
<version>1.0.3</version>
<type>aar</type>
<groupId>devlight.io</groupId>
<artifactId>arcprogressstackview</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
```

Or Ivy:
```groovy
<dependency org='devlight.io' name='arcprogressstackview' rev='1.0.4'>
<artifact name='$AID' ext='pom'></artifact>
</dependency>
```


Android SDK Version
===================

Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 3070584

Please sign in to comment.