Skip to content

Commit 72eec0f

Browse files
committedJun 3, 2017
Android: update build tools version + versionCode bump for release
1 parent 994802a commit 72eec0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎build/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ apply plugin: "com.android.application"
1111

1212
android {
1313
compileSdkVersion 25
14-
buildToolsVersion "25.0.1"
14+
buildToolsVersion "25.0.3"
1515

1616
defaultConfig {
17-
versionCode 16
17+
versionCode 17
1818
versionName "${System.env.VERSION_STR}.${versionCode}"
1919
minSdkVersion 9
2020
targetSdkVersion 9

0 commit comments

Comments
 (0)
Please sign in to comment.