Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Update README.md for release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Serchinastico committed Nov 21, 2015
1 parent 95c2cb3 commit 143fc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Include the library in your ``build.gradle``

```groovy
dependencies{
compile 'com.karumi:dexter:1.0.2'
compile 'com.karumi:dexter:1.0.3'
}
```

Expand All @@ -93,7 +93,7 @@ or to your ``pom.xml`` if you are using Maven
<dependency>
<groupId>com.karumi</groupId>
<artifactId>dexter</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<type>aar</type>
</dependency>

Expand Down

0 comments on commit 143fc00

Please sign in to comment.