Skip to content

Commit

Permalink
gradle: Again set targetSdkVersion to 29
Browse files Browse the repository at this point in the history
It's not a good idea to request MANAGE_EXTERNAL_STORAGE atm.

Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Feb 15, 2021
1 parent bfd1561 commit bf8a289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
defaultConfig {
applicationId "com.sunilpaulmathew.translator"
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 29
versionCode 10
versionName "v0.10"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit bf8a289

Please sign in to comment.