Skip to content

Commit

Permalink
feat(java): add support from Android 21 (instead of 24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee authored Sep 26, 2023
1 parent b5c4e44 commit f800e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(hasProperty('target') && target == 'android') {
compileSdkVersion 33
buildToolsVersion '30.0.3'
defaultConfig {
minSdkVersion 24
minSdkVersion 21
targetSdkVersion 33
multiDexEnabled true

Expand Down

0 comments on commit f800e88

Please sign in to comment.