Commit cb43aef6 authored by fallenstardust's avatar fallenstardust

adapt pgyer lib

parent ae410c2c
...@@ -8,7 +8,7 @@ android { ...@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 353001116 versionCode 353001121
versionName "3.5.3" versionName "3.5.3"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
...@@ -22,15 +22,15 @@ android { ...@@ -22,15 +22,15 @@ android {
} }
productFlavors { productFlavors {
cn { cn {
manifestPlaceholders = [PGYER_APPID: "dd147e8542b85a64111d98290892d8bd"] manifestPlaceholders = [PGYER_APPID: "5be72b17bccbc9898012d35f713c57ff"]
} }
en { en {
applicationIdSuffix ".EN" applicationIdSuffix ".EN"
manifestPlaceholders = [PGYER_APPID: "242ad8311ed1c943f48cfc8238d06210"] manifestPlaceholders = [PGYER_APPID: "c94918f2b9ca85a0b77567ca53218121"]
} }
ko { ko {
applicationIdSuffix ".KO" applicationIdSuffix ".KO"
manifestPlaceholders = [PGYER_APPID: "8e985218b1f02bda5fa456557c886f54"] manifestPlaceholders = [PGYER_APPID: "885b0ff6e389b741aff1d62011f9a8ac"]
} }
} }
buildTypes { buildTypes {
...@@ -104,7 +104,7 @@ dependencies { ...@@ -104,7 +104,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
// //
implementation(name: 'paysdk-release-1.2.4', ext: 'aar') implementation(name: 'paysdk-release-1.2.4', ext: 'aar')
implementation "com.pgyersdk:sdk:3.0.5" implementation "com.pgyersdk:sdk:3.0.11"
//dialog库 //dialog库
implementation(name: 'dialogutils2-release', ext: 'aar') implementation(name: 'dialogutils2-release', ext: 'aar')
//recyclerview的adapter库 //recyclerview的adapter库
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment