diff options
author | volzhs <volzhs@gmail.com> | 2018-01-03 17:25:07 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-01-03 17:25:07 +0900 |
commit | 4bea7d1b5f2985f4770e40dc25f678216341abbf (patch) | |
tree | 6acf31aaedfd4cd588ce215e842d616f58ed8d55 /platform/android/build.gradle.template | |
parent | 2c226e4edf720ebbadf355e244b27082ca01f330 (diff) |
Update android build tool to latest
Diffstat (limited to 'platform/android/build.gradle.template')
-rw-r--r-- | platform/android/build.gradle.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 4a44d1c5f9..13b4d3b6c7 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -31,8 +31,8 @@ android { disable 'MissingTranslation' } - compileSdkVersion 26 - buildToolsVersion "26.0.1" + compileSdkVersion 27 + buildToolsVersion "27.0.3" useLibrary 'org.apache.http.legacy' packagingOptions { |