Skip to content

Commit 2b30f8b

Browse files
authoredJun 11, 2018
Android: fix tools versions
Resync with stable-0.4
1 parent 956a0ba commit 2b30f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ buildscript {
1212
apply plugin: "com.android.application"
1313

1414
android {
15-
compileSdkVersion 25
16-
buildToolsVersion "26.0.2"
15+
compileSdkVersion 26
16+
buildToolsVersion "26.0.3"
1717

1818
defaultConfig {
1919
versionCode 19

0 commit comments

Comments
 (0)
Please sign in to comment.