upd: android dan ios

This commit is contained in:
2025-09-04 17:46:30 +08:00
parent 596565ba8e
commit 90042d13dd
44 changed files with 343 additions and 644 deletions

View File

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