Browse Source

build(app): Update compileSdkVersion to 34

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/914/head
jld3103 1 year ago
parent
commit
32f57ad590
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      packages/app/android/app/build.gradle

2
packages/app/android/app/build.gradle

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

Loading…
Cancel
Save