[Modify]修改jks文件

This commit is contained in:
wushaocheng
2023-03-20 19:52:20 +08:00
parent 0e8762b455
commit e855d343d2
3 changed files with 8 additions and 11 deletions

View File

@@ -73,19 +73,19 @@ android {
signingConfigs {
v2 {
storeFile file('../peko.jks')
storePassword "peko2022"
keyAlias "peko"
keyPassword "peko2022"
storeFile file('../pekolive.jks')
storePassword "peko2023"
keyAlias "pekolive"
keyPassword "peko2023"
v2SigningEnabled true
v1SigningEnabled true
}
v1 {
storeFile file('../peko.jks')
storePassword "peko2022"
keyAlias "peko"
keyPassword "peko2022"
storeFile file('../pekolive.jks')
storePassword "peko2023"
keyAlias "pekolive"
keyPassword "peko2023"
v2SigningEnabled false
v1SigningEnabled true
}
@@ -277,9 +277,6 @@ dependencies {
//Adjust接入
implementation 'com.adjust.sdk:adjust-android:4.33.0'
implementation 'com.android.installreferrer:installreferrer:2.2'
implementation 'com.adjust.sdk:adjust-android-samsung-referrer:4.33.0'
implementation 'com.adjust.sdk:adjust-android-xiaomi-referrer:4.33.0'
implementation 'com.miui.referrer:homereferrer:1.0.0.6'
// Add the following if you are using the Adjust SDK inside web views on your app
implementation 'com.adjust.sdk:adjust-android-webbridge:4.33.0'

BIN
peko.jks

Binary file not shown.

BIN
pekolive.jks Normal file

Binary file not shown.