Browse Source

Revert "build(app): Update compileSdkVersion to 34"

This reverts commit 32f57ad590.

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/1074/head
jld3103 1 year ago
parent
commit
c0b0f98433
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 34
compileSdkVersion 33
ndkVersion flutter.ndkVersion
compileOptions {

Loading…
Cancel
Save