Merge branch 'flutter-upgrade' of github.com:cake-tech/cake_wallet into flutter-upgrade

This commit is contained in:
M 2022-10-17 16:55:54 -04:00
commit 4ff98d30a2

View file

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