Skip to content

Commit

Permalink
Downgrade minSdkVersion to api level 19 alias Android 4.4. kitkat
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Sep 8, 2019
1 parent 69f5780 commit 34fdf99
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,10 +6,10 @@ android {
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "com.raufelder.wipey"
minSdkVersion 26
minSdkVersion 19
targetSdkVersion 29
versionCode 4
versionName "1.2.3"
versionName "1.2.4"
}

compileOptions {
Expand Down

0 comments on commit 34fdf99

Please sign in to comment.