summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-05-01 20:19:58 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2015-05-01 20:19:58 +0200
commit2f5cf0f6aef5431a5b9e880555dfaff7c024c143 (patch)
treee215e92da91047009779b1d498e0e8689ac42023 /android
parent3a9c44fc3d3e656165d6a9b2c62ca6e98143fd61 (diff)
downloadRustAndDust-2f5cf0f6aef5431a5b9e880555dfaff7c024c143.zip
RustAndDust-2f5cf0f6aef5431a5b9e880555dfaff7c024c143.tar.gz
update android Sdk 20 -> 22
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 e1c7d9a..750b776 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,6 +1,6 @@
android {
- buildToolsVersion "21.1.2"
- compileSdkVersion 20
+ buildToolsVersion "22.0.1"
+ compileSdkVersion 22
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'