Skip to content

Commit

Permalink
minSDK 19 to support libs
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky authored and AndyScherzinger committed Nov 14, 2024
1 parent af4a196 commit 5641357
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 @@ -138,7 +138,7 @@ android {
}

defaultConfig {
minSdkVersion 14
minSdkVersion 19
targetSdkVersion 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion sample_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
}

defaultConfig {
minSdkVersion 14
minSdkVersion 19
targetSdkVersion 34

multiDexEnabled true
Expand Down

0 comments on commit 5641357

Please sign in to comment.