Update project

This commit is contained in:
2026-07-23 15:36:11 +05:30
parent 1197cfc161
commit 14fffa40c6
84 changed files with 20918 additions and 2761 deletions

View File

@@ -18,7 +18,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "com.nearle.gear"
compileSdk = 36
ndkVersion = "27.0.12077973"
ndkVersion = "28.2.13676358"
defaultConfig {
applicationId = "com.nearle.gear"
@@ -59,6 +59,9 @@ android {
)}
}
}
configurations.all {
exclude(group = "com.google.firebase", module = "firebase-iid")
}
dependencies {