Skip to content

Commit

Permalink
Merge pull request #204 from hannesa2/minSdk19
Browse files Browse the repository at this point in the history
minSdk 16
  • Loading branch information
hannesa2 authored May 2, 2024
2 parents 5276427 + 9db97dd commit 2be24c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
viewBinding = true
}
defaultConfig {
minSdkVersion 16
minSdkVersion 19
compileSdk 34
targetSdkVersion 34

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

android {
defaultConfig {
minSdkVersion 16
minSdkVersion 19
compileSdk 34
targetSdkVersion 34

Expand Down

0 comments on commit 2be24c5

Please sign in to comment.