Skip to content

Commit

Permalink
Merge pull request #205 from ReactiveX/jw/nine
Browse files Browse the repository at this point in the history
minSdkVersion="9"
  • Loading branch information
JakeWharton committed Aug 5, 2015
2 parents 839ac06 + 3325630 commit f471473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ buildscript {
}

ext {
minSdkVersion = 15
minSdkVersion = 9
compileSdkVersion = 22
targetSdkVersion = compileSdkVersion
buildToolsVersion = '22.0.1'
sourceCompatibility = JavaVersion.VERSION_1_7
}
Expand Down
4 changes: 2 additions & 2 deletions sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName '1.0'
}
Expand Down

0 comments on commit f471473

Please sign in to comment.