Let the manifest specify the minimum and target sdk versions and app version. Use the same compile sdk version as the Eclipse setup did.

This commit is contained in:
Danny Weinberg 2015-08-05 10:15:00 -07:00
parent 93e1691af5
commit 2e4cb679f7
1 changed files with 1 additions and 8 deletions

View File

@ -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