summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2015-12-03 04:02:28 +0100
committerNikolaus Gotsche <n@softwarefools.com>2015-12-03 04:02:28 +0100
commit3f06aee05ac73d849cef45cc5de49268763f82da (patch)
treefae94f781dda8396a5bc3a47808220af2cb65b13 /app/build.gradle
parentf45a06098d4c4e60b2fdc78836bf6ef664900a91 (diff)
More Settings and Support Packages
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8fbc211..51eb977 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 19
+ compileSdkVersion 23
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "com.example.spiritlevel"
- minSdkVersion 11
- targetSdkVersion 18
+ minSdkVersion 10
+ targetSdkVersion 23
}
buildTypes {
@@ -19,5 +19,7 @@ android {
}
dependencies {
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v4:23.1.0'
+ compile 'com.android.support:preference-v7:23.1.0'
+
}