upd: android dan ios
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user