Update compile sdk and add ndk version to run on mac (#535)

This commit is contained in:
Omar Hatem 2022-10-14 21:37:00 +02:00 committed by GitHub
parent 067d720cf3
commit 6724e69093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ if (appPropertiesFile.exists()) {
} }
android { android {
compileSdkVersion 29 compileSdkVersion 33
lintOptions { lintOptions {
disable 'InvalidPackage' disable 'InvalidPackage'
@ -80,6 +80,8 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
} }
ndkVersion "25.1.8937393"
} }
flutter { flutter {