Skip to content

Commit 3325630

Browse files
committed
minSdkVersion="9"
1 parent b5f4107 commit 3325630

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ buildscript {
88
}
99

1010
ext {
11-
minSdkVersion = 15
11+
minSdkVersion = 9
1212
compileSdkVersion = 22
13-
targetSdkVersion = compileSdkVersion
1413
buildToolsVersion = '22.0.1'
1514
sourceCompatibility = JavaVersion.VERSION_1_7
1615
}

sample-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55
buildToolsVersion rootProject.ext.buildToolsVersion
66

77
defaultConfig {
8-
minSdkVersion rootProject.ext.minSdkVersion
9-
targetSdkVersion rootProject.ext.targetSdkVersion
8+
minSdkVersion 15
9+
targetSdkVersion 22
1010
versionCode 1
1111
versionName '1.0'
1212
}

0 commit comments

Comments
 (0)