Skip to content

Commit

Permalink
Increase minSdk, finally tested and doesn't actually work pre-21
Browse files Browse the repository at this point in the history
  • Loading branch information
sudonatalie committed Apr 21, 2019
1 parent bc2c2cf commit 01ef9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ android {

defaultConfig {
applicationId "com.natalieperna.cupful"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 28
versionCode 8
versionCode 9
versionName "1.3"
}
buildTypes {
Expand Down

0 comments on commit 01ef9d4

Please sign in to comment.