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.4.0 (also fixed screenshot in readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Gutierrez committed Dec 23, 2016
1 parent 99a6078 commit 0d515f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Dexter frees your permission code from your activities and lets you write that l
Screenshots
-----------

![Demo screenshot][1]

Usage
-----
Expand Down Expand Up @@ -208,7 +209,7 @@ Include the library in your ``build.gradle``

```groovy
dependencies{
compile 'com.karumi:dexter:2.3.1'
compile 'com.karumi:dexter:2.4.0'
}
```

Expand All @@ -218,7 +219,7 @@ or to your ``pom.xml`` if you are using Maven
<dependency>
<groupId>com.karumi</groupId>
<artifactId>dexter</artifactId>
<version>2.3.1</version>
<version>2.4.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=3.0.0-SNAPSHOT
VERSION_CODE=203001
VERSION_NAME=2.4.0
VERSION_CODE=204000
GROUP=com.karumi

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

0 comments on commit 0d515f8

Please sign in to comment.