Skip to content

Commit

Permalink
fix gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvalente committed May 27, 2024
1 parent 6a81ffb commit 2f75aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_full/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 31
compileSdkVersion 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down

0 comments on commit 2f75aeb

Please sign in to comment.