Skip to content

Commit

Permalink
fixed a bug where only applying permissions in M. v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kosh committed Aug 10, 2016
1 parent 54b0b3b commit 3e95ad0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Nexus 10 (L)
# Installation

```
compile 'com.github.k0shk0sh:PermissionHelper:1.0.10'
compile 'com.github.k0shk0sh:PermissionHelper:1.0.11'
```

Usage
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.10
VERSION_CODE=10
VERSION_NAME=1.0.11
VERSION_CODE=11
GROUP=com.github.k0shk0sh
POM_DESCRIPTION=A Library that simplify Android Runtime Permissions
POM_URL=https://github.com/k0shk0sh/PermissionHelper
Expand Down
4 changes: 2 additions & 2 deletions permission/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 10
versionName "1.0.10"
versionCode 11
versionName "1.0.11"
}
buildTypes {
release {
Expand Down

0 comments on commit 3e95ad0

Please sign in to comment.