Skip to content

Commit

Permalink
Fix test app compileSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerlet-at-didomi committed Feb 21, 2024
1 parent adff859 commit e9f05bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply plugin: "kotlin-android"
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion(33)
compileSdkVersion(34)
buildToolsVersion = "33.0.2"

defaultConfig {
Expand Down

0 comments on commit e9f05bf

Please sign in to comment.