Skip to content

Commit

Permalink
Merge pull request #444 from krecicki/patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
danemadsen committed Mar 23, 2024
2 parents 0f2d665 + 303cf48 commit cab5530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion

defaultConfig {
compileSdk 33
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit cab5530

Please sign in to comment.