summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-02-15 11:58:35 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2018-02-15 11:58:35 +0100
commit46e76a564882f4297d9f3a0644aeb758dbf9f276 (patch)
tree9d043806d12706258f499815a2ca8aa7bc5c1f7f /android
parent4f9d02563c5c47638f8826ed7df6c3b87a4991b2 (diff)
downloadRustAndDust-46e76a564882f4297d9f3a0644aeb758dbf9f276.zip
RustAndDust-46e76a564882f4297d9f3a0644aeb758dbf9f276.tar.gz
update android sdk
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle4
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'