Skip to content

Commit 456b12c

Browse files
committed
Release 0.1.2
1 parent 8100536 commit 456b12c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A Permission Nanny SDK is provided to facilitate issuing requests to and handlin
4747

4848
```groovy
4949
dependencies {
50-
compile 'com.permission-nanny:permission-nanny-sdk:0.1.1'
50+
compile 'com.permission-nanny:permission-nanny-sdk:a.b.c'
5151
}
5252
```
5353

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ buildscript {
1818
buildTools = "23.0.2"
1919
minSdk = 9
2020
targetSdk = 22
21-
versionCode = 8
22-
versionName = "0.1.1-dev"
21+
versionCode = 9
22+
versionName = "0.1.2-dev"
2323

2424
v = "22.2.0"
2525
design = "com.android.support:design:${v}"

0 commit comments

Comments
 (0)