Skip to content

Commit

Permalink
Back to android 11 for new permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
TransBluelight authored Sep 3, 2024
1 parent 6cdf7ae commit 6be3aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ else {
}

android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
if (buildAsApplication) {
applicationId "org.bluelight.srb2.exp"
}

minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 30
versionCode 22131
versionName "2.2.13"
externalNativeBuild {
Expand Down

0 comments on commit 6be3aed

Please sign in to comment.