Update compileSdkVersion for flutter android example

Thanks @umberto-sonnino!

Diffs=
33fb6021a Update  compileSdkVersion for flutter android example (#7647)

Co-authored-by: Philip Chung <philterdesign@gmail.com>
This commit is contained in:
philter
2024-07-22 17:36:23 +00:00
parent 65dcc9f8c6
commit 7d814a782a
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 33
compileSdkVersion 34
ndkVersion "25.1.8937393"
sourceSets {