[Modify]修改jks文件
This commit is contained in:
@@ -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
pekolive.jks
Normal file
BIN
pekolive.jks
Normal file
Binary file not shown.
Reference in New Issue
Block a user