Skip to content

Commit

Permalink
chore: set android compile version to 34
Browse files Browse the repository at this point in the history
This seems to be needed for `flutter_inappwebview`
  • Loading branch information
bonomat committed May 9, 2024
1 parent 8d6e9d9 commit bd94f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 33
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8

0 comments on commit bd94f6a

Please sign in to comment.