From 3f06aee05ac73d849cef45cc5de49268763f82da Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Thu, 3 Dec 2015 04:02:28 +0100 Subject: More Settings and Support Packages --- app/build.gradle | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'app/build.gradle') 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' + } -- cgit v1.2.3