aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API/example-app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain-API/example-app/build.gradle')
-rw-r--r--OpenPGP-Keychain-API/example-app/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenPGP-Keychain-API/example-app/build.gradle b/OpenPGP-Keychain-API/example-app/build.gradle
index 99a09f094..1f8854431 100644
--- a/OpenPGP-Keychain-API/example-app/build.gradle
+++ b/OpenPGP-Keychain-API/example-app/build.gradle
@@ -1,10 +1,11 @@
+// please leave this here, so this library builds on its own
buildscript {
repositories {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.8.0'
+ classpath 'com.android.tools.build:gradle:0.8.3'
}
}
@@ -20,7 +21,7 @@ android {
buildToolsVersion "19.0.1"
defaultConfig {
- minSdkVersion 8
+ minSdkVersion 9
targetSdkVersion 19
}