Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
Change-Id: I27a1a71708179bf5b135244e55f0edcb3416aee4
  • Loading branch information
samtstern committed Sep 26, 2017
1 parent d1fc877 commit 1b84362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EasyPermissions is installed by adding the following dependency to your `build.g

```groovy
dependencies {
compile 'pub.devrel:easypermissions:1.0.0'
compile 'pub.devrel:easypermissions:1.0.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta3'
classpath 'com.android.tools.build:gradle:3.0.0-beta6'

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
Expand All @@ -31,7 +31,7 @@ ext {

mavenGroup = 'pub.devrel'
mavenArtifactId = 'easypermissions'
mavenVersion = '1.0.0'
mavenVersion = '1.0.1'

bintrayOrg = 'easygoogle'

Expand Down

0 comments on commit 1b84362

Please sign in to comment.