Skip to content

Commit

Permalink
roll back compileSdk and targetSdkVersion to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleus-ffm committed Oct 26, 2023
1 parent 78fee50 commit 1e38d67
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 @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) {

android {
namespace "de.nucleus.foss_warn"
compileSdk 34
compileSdk 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand All @@ -51,7 +51,7 @@ android {
defaultConfig {
applicationId "de.nucleus.foss_warn"
minSdkVersion 23
targetSdkVersion 34
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit 1e38d67

Please sign in to comment.