Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
Change-Id: I64127a8c2e0ff2c60ab749a91853a089f195d73e
  • Loading branch information
samtstern committed Dec 6, 2017
1 parent 49b6867 commit c2cc631
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 {
   implementation 'pub.devrel:easypermissions:1.0.1'
   implementation 'pub.devrel:easypermissions:1.1.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'
classpath 'com.android.tools.build:gradle:3.0.1'

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.1'
mavenVersion = '1.1.0'

bintrayOrg = 'easygoogle'

Expand Down

0 comments on commit c2cc631

Please sign in to comment.