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

Commit

Permalink
Prepare release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Jan 25, 2017
1 parent b0966d7 commit acac548
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 @@ -209,7 +209,7 @@ Include the library in your ``build.gradle``

```groovy
dependencies{
compile 'com.karumi:dexter:3.0.0'
compile 'com.karumi:dexter:3.0.1'
}
```

Expand All @@ -219,7 +219,7 @@ or to your ``pom.xml`` if you are using Maven
<dependency>
<groupId>com.karumi</groupId>
<artifactId>dexter</artifactId>
<version>3.0.0</version>
<version>3.0.1</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=3.0.0
VERSION_CODE=300000
VERSION_NAME=3.0.1
VERSION_CODE=300001
GROUP=com.karumi

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

0 comments on commit acac548

Please sign in to comment.