Skip to content

Commit

Permalink
Gradle: bump minimum SDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
valerierx committed Jul 6, 2023
1 parent d503a81 commit 7ed99fb
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 @@ -33,7 +33,7 @@ buildscript {

ext.androidBuildVersionTools = '33.0.0'

ext.androidMinSdk = 14
ext.androidMinSdk = 21
ext.androidTargetSdk = 29
ext.androidCompileSdk = 33

Expand Down

0 comments on commit 7ed99fb

Please sign in to comment.