From 2e4cb679f790c6abdfaab0f64656268d4e6db6ad Mon Sep 17 00:00:00 2001 From: Danny Weinberg Date: Wed, 5 Aug 2015 10:15:00 -0700 Subject: [PATCH] Let the manifest specify the minimum and target sdk versions and app version. Use the same compile sdk version as the Eclipse setup did. --- app/build.gradle | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 15177ba..fc3b6ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,16 +2,9 @@ apply plugin: 'com.android.application' apply plugin: 'com.neenbedankt.android-apt' android { - compileSdkVersion 22 + compileSdkVersion 17 buildToolsVersion "22.0.1" - defaultConfig { - minSdkVersion 10 - targetSdkVersion 22 - versionCode 1 - versionName "1.0" - } - compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7