update android skd to 36

This commit is contained in:
2026-04-16 10:00:21 +02:00
parent 0a5c4a3d20
commit 6c591172df

View File

@@ -19,7 +19,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "za.co.mzansiinnovationhub.mih"
compileSdk = 35
compileSdk = 36
ndkVersion = "27.0.12077973"
// ndkVersion = flutter.ndkVersion
@@ -69,4 +69,4 @@ android {
flutter {
source = "../.."
}
}