aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API-Demo
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-29 01:49:59 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-29 01:49:59 +0100
commitca9696ff341ccedd9dfa459e9298d3bc710df84a (patch)
treee4d43f19a4d6880f63493c71144c64167bc9300f /OpenPGP-Keychain-API-Demo
parent312b7fde53c99c573b295a0ea4b66ca74fed2b9e (diff)
downloadopen-keychain-ca9696ff341ccedd9dfa459e9298d3bc710df84a.tar.gz
open-keychain-ca9696ff341ccedd9dfa459e9298d3bc710df84a.tar.bz2
open-keychain-ca9696ff341ccedd9dfa459e9298d3bc710df84a.zip
Update gradle build files to use android plugin 0.8.0, build tools 19.0.1
Diffstat (limited to 'OpenPGP-Keychain-API-Demo')
-rw-r--r--OpenPGP-Keychain-API-Demo/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenPGP-Keychain-API-Demo/build.gradle b/OpenPGP-Keychain-API-Demo/build.gradle
index 164c3e83c..025ff417b 100644
--- a/OpenPGP-Keychain-API-Demo/build.gradle
+++ b/OpenPGP-Keychain-API-Demo/build.gradle
@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.7.3'
+ classpath 'com.android.tools.build:gradle:0.8.0'
}
}
@@ -15,12 +15,12 @@ repositories {
}
dependencies {
- compile 'com.android.support:support-v4:19.0.+'
+ compile 'com.android.support:support-v4:19.0.1'
}
android {
compileSdkVersion 19
- buildToolsVersion "19"
+ buildToolsVersion "19.0.1"
defaultConfig {
minSdkVersion 8