build: always compile with the latest SDK supported by Flutter

`targetSdkVersion` is still the same, we want to test the application first before bumping up to latest.
This commit is contained in:
Pun 2023-07-10 18:43:07 +07:00 committed by GitHub
parent 9828857570
commit b272988929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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