Skip to content

Commit

Permalink
Update Android build tools to latest version (#4872)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy authored and est31 committed Dec 24, 2016
1 parent f4d718c commit e3cbe52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/android/build.gradle
Expand Up @@ -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
Expand Down Expand Up @@ -46,4 +46,3 @@ android {
}
}
}

0 comments on commit e3cbe52

Please sign in to comment.