We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 839ac06 + 3325630 commit f471473Copy full SHA for f471473
build.gradle
@@ -8,9 +8,8 @@ buildscript {
8
}
9
10
ext {
11
- minSdkVersion = 15
+ minSdkVersion = 9
12
compileSdkVersion = 22
13
- targetSdkVersion = compileSdkVersion
14
buildToolsVersion = '22.0.1'
15
sourceCompatibility = JavaVersion.VERSION_1_7
16
sample-app/build.gradle
@@ -5,8 +5,8 @@ android {
5
buildToolsVersion rootProject.ext.buildToolsVersion
6
7
defaultConfig {
- minSdkVersion rootProject.ext.minSdkVersion
- targetSdkVersion rootProject.ext.targetSdkVersion
+ minSdkVersion 15
+ targetSdkVersion 22
versionCode 1
versionName '1.0'
0 commit comments