Skip to content

Commit

Permalink
Android: fix tools versions
Browse files Browse the repository at this point in the history
Resync with stable-0.4
  • Loading branch information
nerzhul committed Jun 11, 2018
1 parent 956a0ba commit 2b30f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/android/build.gradle
Expand Up @@ -12,8 +12,8 @@ buildscript {
apply plugin: "com.android.application"

android {
compileSdkVersion 25
buildToolsVersion "26.0.2"
compileSdkVersion 26
buildToolsVersion "26.0.3"

defaultConfig {
versionCode 19
Expand Down

0 comments on commit 2b30f8b

Please sign in to comment.