We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8100536 commit 456b12cCopy full SHA for 456b12c
README.md
@@ -47,7 +47,7 @@ A Permission Nanny SDK is provided to facilitate issuing requests to and handlin
47
48
```groovy
49
dependencies {
50
- compile 'com.permission-nanny:permission-nanny-sdk:0.1.1'
+ compile 'com.permission-nanny:permission-nanny-sdk:a.b.c'
51
}
52
```
53
build.gradle
@@ -18,8 +18,8 @@ buildscript {
18
buildTools = "23.0.2"
19
minSdk = 9
20
targetSdk = 22
21
- versionCode = 8
22
- versionName = "0.1.1-dev"
+ versionCode = 9
+ versionName = "0.1.2-dev"
23
24
v = "22.2.0"
25
design = "com.android.support:design:${v}"
0 commit comments