Fixes for Android

This commit is contained in:
Hillel Coren 2023-03-07 08:57:20 +02:00
parent ea22ab20c0
commit ac5b27e830
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 32
compileSdkVersion 33
ndkVersion flutter.ndkVersion
compileOptions {

View File

@ -31,7 +31,7 @@ def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android {
compileSdkVersion 32
compileSdkVersion 33
ndkVersion flutter.ndkVersion
compileOptions {