summaryrefslogtreecommitdiffstats
path: root/android/build.gradle
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-10-28 16:34:01 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-10-28 16:34:01 +0100
commitc3f5a513f7bc3300f42be349f11d4444c3039cbd (patch)
tree8cc441c7c169553d6f4de30b0c0366eb2b1ee909 /android/build.gradle
parent9564275bc5fc2fa1b19639be9b6122f8ba205dbe (diff)
downloadRustAndDust-c3f5a513f7bc3300f42be349f11d4444c3039cbd.zip
RustAndDust-c3f5a513f7bc3300f42be349f11d4444c3039cbd.tar.gz
update android build-tools version
Diffstat (limited to 'android/build.gradle')
-rw-r--r--android/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle
index cbbc741..7fbbdd6 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,6 +1,6 @@
android {
- buildToolsVersion "22.0.1"
- compileSdkVersion 22
+ buildToolsVersion "23.0.1"
+ compileSdkVersion 23
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'