diff options
author | Konstantin Zaitsev <konstantin.zaitsev@xored.com> | 2017-11-20 10:45:59 +0700 |
---|---|---|
committer | Konstantin Zaitsev <konstantin.zaitsev@xored.com> | 2017-11-20 10:45:59 +0700 |
commit | 79178e75cd80c09574b05ad7886781b40b2137d4 (patch) | |
tree | bf88836b105e8f859b81b61566ff0072eabfdc78 /platform/android/build.gradle.template | |
parent | 8e6c281a0489ee908eb1666d30b65fb22edba670 (diff) |
Set android 'compileSdkVersion' to 24
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 7cb6cf860a..11c49fbb50 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -31,7 +31,7 @@ android { disable 'MissingTranslation' } - compileSdkVersion 23 + compileSdkVersion 24 buildToolsVersion "26.0.1" useLibrary 'org.apache.http.legacy' |