diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-01-07 21:03:13 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-01-07 21:03:13 +0100 |
commit | 04ac6409a8f9e921b6cc450752fdfe0e6040ab81 (patch) | |
tree | edd4ee48e01bedcb2b409a652f2615f18f33a39a /android/build.gradle | |
parent | 7717813e7b694ea119c697d191b3753f12d5a6ea (diff) | |
download | RustAndDust-04ac6409a8f9e921b6cc450752fdfe0e6040ab81.zip RustAndDust-04ac6409a8f9e921b6cc450752fdfe0e6040ab81.tar.gz |
android: update to 21.1.2
Diffstat (limited to 'android/build.gradle')
-rw-r--r-- | android/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle index f0841da..e1c7d9a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ android { - buildToolsVersion "21.1.1" + buildToolsVersion "21.1.2" compileSdkVersion 20 sourceSets { main { |