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

Omar Hatem committed Oct 14, 2022 at 21:37 UTC 6724e69093af918b958952bc882846016b4d549f
1 file changed +3 -1
android/app/build.gradle
+3 -1
@@ -37,7 +37,7 @@ if (appPropertiesFile.exists()) {
37 }
38
39 android {
40 - compileSdkVersion 29
40 + compileSdkVersion 33
41
42 lintOptions {
43 disable 'InvalidPackage'
@@ -80,6 +80,8 @@ android {
80 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
81 }
82 }
83 +
84 + ndkVersion "25.1.8937393"
85 }
86
87 flutter {