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

Commit

Permalink
Update minSdkVersion in v7 libs to rootProject.ext.minSdkVersion
Browse files Browse the repository at this point in the history
Not sure why these v7 libs were requiring Lollipop :\
  • Loading branch information
chris-horner committed Aug 10, 2015
1 parent d3cc129 commit eb7380c
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 eb7380c

Please sign in to comment.