diff options
author | Ruslan Mustakov <r.mustakov@gmail.com> | 2017-12-06 22:34:42 +0700 |
---|---|---|
committer | Ruslan Mustakov <r.mustakov@gmail.com> | 2017-12-06 22:35:15 +0700 |
commit | b697444bc80dec9bd418d20d0b79817d305d3cee (patch) | |
tree | 86f00ef67759343a3302e46934472f8208a50888 /platform/android/build.gradle.template | |
parent | af27414b1c10173584539186e396668a899e06b2 (diff) |
Update Android compileSdkVersion to 26
Diffstat (limited to 'platform/android/build.gradle.template')
-rw-r--r-- | platform/android/build.gradle.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 11c49fbb50..4a44d1c5f9 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -31,7 +31,7 @@ android { disable 'MissingTranslation' } - compileSdkVersion 24 + compileSdkVersion 26 buildToolsVersion "26.0.1" useLibrary 'org.apache.http.legacy' |