Skip to content

Commit

Permalink
update minSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kshdreams committed Dec 6, 2018
1 parent 9f9dc62 commit 1f4acc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion compileAndTargetSdk
defaultConfig {
applicationId "com.android.sebiya.firebase.ui"
minSdkVersion 21
minSdkVersion 19
targetSdkVersion compileAndTargetSdk
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion compileAndTargetSdk

defaultConfig {
minSdkVersion 21
minSdkVersion 19
targetSdkVersion compileAndTargetSdk
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 1f4acc9

Please sign in to comment.