|
|
@@ -3,7 +3,7 @@ import java.text.SimpleDateFormat
|
|
|
plugins {
|
|
|
id 'com.android.application'
|
|
|
id 'org.jetbrains.kotlin.android'
|
|
|
- id 'com.google.gms.google-services'
|
|
|
+// id 'com.google.gms.google-services'
|
|
|
id 'com.google.firebase.crashlytics'
|
|
|
id 'org.jetbrains.kotlin.kapt'
|
|
|
id 'com.tencent.vasdolly'
|
|
|
@@ -60,7 +60,7 @@ android {
|
|
|
compileSdk libs.versions.compileSdk.get().toInteger()
|
|
|
|
|
|
defaultConfig {
|
|
|
- applicationId "com.partyjoy.yoki"
|
|
|
+ applicationId "com.jiehe.lanu"
|
|
|
minSdk libs.versions.minSdk.get().toInteger()
|
|
|
targetSdk libs.versions.targetSdk.get().toInteger()
|
|
|
multiDexEnabled true
|
|
|
@@ -127,16 +127,16 @@ android {
|
|
|
|
|
|
signingConfigs {
|
|
|
debug {
|
|
|
- keyAlias "yoki-keystore-debug"
|
|
|
- keyPassword "yoki654321"
|
|
|
- storePassword "yoki654321"
|
|
|
- storeFile file('../keystore/debug/debug.keystore')
|
|
|
+ keyAlias "lanu-debug"
|
|
|
+ keyPassword "lanu654321"
|
|
|
+ storePassword "lanu654321"
|
|
|
+ storeFile file('../keystore/debug/lanu-debug.jks')
|
|
|
}
|
|
|
release {
|
|
|
- keyAlias "yoki-keystore"
|
|
|
- keyPassword "yoki654321"
|
|
|
- storePassword "yoki654321"
|
|
|
- storeFile file("../keystore/release/release-sign.keystore")
|
|
|
+ keyAlias "lanu-release"
|
|
|
+ keyPassword "lanu654321"
|
|
|
+ storePassword "lanu654321"
|
|
|
+ storeFile file("../keystore/release/lanu-release.jks")
|
|
|
}
|
|
|
}
|
|
|
|