Skip to content

Commit

Permalink
Compile worked, now changed the SDK to 29(Android 10) to hopefully av…
Browse files Browse the repository at this point in the history
…oid scoped storage restrictions.
  • Loading branch information
TransBluelight authored Sep 3, 2024
1 parent aaef068 commit 0d03bc5
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 30
compileSdkVersion 29
defaultConfig {
if (buildAsApplication) {
applicationId "org.bluelight.srb2.exp"
}

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

0 comments on commit 0d03bc5

Please sign in to comment.