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.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenPGP-Keychain-API/example-app/build.gradle b/OpenPGP-Keychain-API/example-app/build.gradle
index 99a09f094..373f83690 100644
--- a/OpenPGP-Keychain-API/example-app/build.gradle
+++ b/OpenPGP-Keychain-API/example-app/build.gradle
@@ -1,3 +1,4 @@
+// please leave this here, so this library builds on its own
buildscript {
repositories {
mavenCentral()
@@ -20,7 +21,7 @@ android {
buildToolsVersion "19.0.1"
defaultConfig {
- minSdkVersion 8
+ minSdkVersion 9
targetSdkVersion 19
}