diff options
author | Daniel Hammann <github@honnel.de> | 2014-03-05 14:14:22 +0100 |
---|---|---|
committer | Daniel Hammann <github@honnel.de> | 2014-03-05 14:14:22 +0100 |
commit | bbda6a5b027e9688c3125014af23946d53c4bb57 (patch) | |
tree | 982957d05717fc7d050e66bda086bf2c893f04c2 /OpenPGP-Keychain-API/example-app | |
parent | 5f669fa813da02017333f571f793c0513bcf80ca (diff) | |
download | open-keychain-bbda6a5b027e9688c3125014af23946d53c4bb57.tar.gz open-keychain-bbda6a5b027e9688c3125014af23946d53c4bb57.tar.bz2 open-keychain-bbda6a5b027e9688c3125014af23946d53c4bb57.zip |
updated build.gradle-Files to current Versions of build-tools and SDK.
Diffstat (limited to 'OpenPGP-Keychain-API/example-app')
-rw-r--r-- | OpenPGP-Keychain-API/example-app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain-API/example-app/build.gradle b/OpenPGP-Keychain-API/example-app/build.gradle index 1f8854431..975666b19 100644 --- a/OpenPGP-Keychain-API/example-app/build.gradle +++ b/OpenPGP-Keychain-API/example-app/build.gradle @@ -18,7 +18,7 @@ dependencies { android { compileSdkVersion 19 - buildToolsVersion "19.0.1" + buildToolsVersion "19.0.3" defaultConfig { minSdkVersion 9 |