Skip to content

Commit 4849c58

Browse files
committed
Trying to bump sdk version
1 parent 73af55a commit 4849c58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ allprojects {
2121
}
2222

2323
ext {
24-
compileSdkVersion = 22
25-
buildToolsVersion = '22.0.1'
26-
targetSdkVersion = 22
24+
compileSdkVersion = 23
25+
buildToolsVersion = '23.0.3'
26+
targetSdkVersion = 23
2727
minSdkVersion = 16
2828
versionCode = 28
29-
versionName = "0.3.2"
29+
versionName = "0.4.8"
3030
}

0 commit comments

Comments
 (0)