feat(android): enable edge-to-edge and set SDK to 36

This commit is contained in:
cogwheel0
2025-10-25 14:46:55 +05:30
parent b786687eb1
commit f463102105
4 changed files with 11 additions and 48 deletions

View File

@@ -16,13 +16,13 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "app.cogwheel.conduit"
compileSdk = flutter.compileSdkVersion
compileSdk = 36
ndkVersion = "27.0.12077973"
defaultConfig {
applicationId = "app.cogwheel.conduit"
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
targetSdk = 36
versionCode = flutter.versionCode
versionName = flutter.versionName
}