upd: android dan ios

This commit is contained in:
2025-09-04 17:29:45 +08:00
parent c3ab4d05ae
commit d3354e3e74
58 changed files with 750 additions and 436 deletions

View File

@@ -87,13 +87,13 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdk rootProject.ext.compileSdkVersion
namespace 'mobiledarmasaba.app'
namespace "com.desa"
defaultConfig {
applicationId 'mobiledarmasaba.app'
applicationId "com.desa"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0.0"
versionName "1.0"
}
signingConfigs {
debug {
@@ -175,5 +175,3 @@ dependencies {
implementation jscFlavor
}
}
apply plugin: 'com.google.gms.google-services'