diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2018-02-15 11:58:35 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2018-02-15 11:58:35 +0100 |
commit | 46e76a564882f4297d9f3a0644aeb758dbf9f276 (patch) | |
tree | 9d043806d12706258f499815a2ca8aa7bc5c1f7f /android | |
parent | 4f9d02563c5c47638f8826ed7df6c3b87a4991b2 (diff) | |
download | RustAndDust-46e76a564882f4297d9f3a0644aeb758dbf9f276.zip RustAndDust-46e76a564882f4297d9f3a0644aeb758dbf9f276.tar.gz |
update android sdk
Diffstat (limited to 'android')
-rw-r--r-- | android/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle index 39c7e94..146a880 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,6 +1,6 @@ android { - buildToolsVersion "24.0.0" - compileSdkVersion 23 + buildToolsVersion "27.0.3" + compileSdkVersion 27 sourceSets { main { manifest.srcFile 'AndroidManifest.xml' |