Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update Android build tools to latest version (#4872)
- Loading branch information
Showing
with
2 additions
and
3 deletions.
-
+2
−3
build/android/build.gradle
|
@@ -10,8 +10,8 @@ buildscript { |
|
|
apply plugin: "com.android.application" |
|
|
|
|
|
android { |
|
|
compileSdkVersion 23 |
|
|
buildToolsVersion "23.0.3" |
|
|
compileSdkVersion 25 |
|
|
buildToolsVersion "25.0.1" |
|
|
|
|
|
defaultConfig { |
|
|
versionCode 16 |
|
@@ -46,4 +46,3 @@ android { |
|
|
} |
|
|
} |
|
|
} |
|
|
|