Skip to content

Commit

Permalink
⬆️ Update min sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed May 3, 2024
1 parent 8c2bb76 commit 4249ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 19
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName this.version
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 19
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName this.version
Expand Down

0 comments on commit 4249ad8

Please sign in to comment.