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

Commit

Permalink
Prepare for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Gutierrez committed Nov 24, 2015
1 parent 4db8b6e commit 70d71a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Include the library in your ``build.gradle``

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

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

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ POM_NAME=Dexter
POM_ARTIFACT_ID=dexter
POM_PACKAGING=aar

VERSION_NAME=1.0.4-SNAPSHOT
VERSION_CODE=100004
VERSION_NAME=2.0.0
VERSION_CODE=200000
GROUP=com.karumi

POM_DESCRIPTION=Dexter is an Android library to handle runtime permissions for Marshmallow easily
Expand Down

0 comments on commit 70d71a9

Please sign in to comment.