Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #169 from chris-horner/ch/fix-minSdks
Browse files Browse the repository at this point in the history
Update minSdkVersion in v7 libs to rootProject.ext.minSdkVersion
  • Loading branch information
JakeWharton committed Aug 10, 2015
2 parents d3cc129 + eb7380c commit 697cd6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assertj-android-cardview-v7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 21
minSdkVersion rootProject.ext.minSdkVersion
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion assertj-android-palette-v7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 21
minSdkVersion rootProject.ext.minSdkVersion
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion assertj-android-recyclerview-v7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 21
minSdkVersion rootProject.ext.minSdkVersion
}

compileOptions {
Expand Down

0 comments on commit 697cd6f

Please sign in to comment.