Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile-Cn-Ko-En
Commits
cb43aef6
Commit
cb43aef6
authored
Nov 21, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapt pgyer lib
parent
ae410c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
mobile/build.gradle
mobile/build.gradle
+5
-5
No files found.
mobile/build.gradle
View file @
cb43aef6
...
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
21
targetSdkVersion
28
versionCode
3530011
16
versionCode
3530011
21
versionName
"3.5.3"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
...
...
@@ -22,15 +22,15 @@ android {
}
productFlavors
{
cn
{
manifestPlaceholders
=
[
PGYER_APPID:
"
dd147e8542b85a64111d98290892d8bd
"
]
manifestPlaceholders
=
[
PGYER_APPID:
"
5be72b17bccbc9898012d35f713c57ff
"
]
}
en
{
applicationIdSuffix
".EN"
manifestPlaceholders
=
[
PGYER_APPID:
"
242ad8311ed1c943f48cfc8238d06210
"
]
manifestPlaceholders
=
[
PGYER_APPID:
"
c94918f2b9ca85a0b77567ca53218121
"
]
}
ko
{
applicationIdSuffix
".KO"
manifestPlaceholders
=
[
PGYER_APPID:
"8
e985218b1f02bda5fa456557c886f54
"
]
manifestPlaceholders
=
[
PGYER_APPID:
"8
85b0ff6e389b741aff1d62011f9a8ac
"
]
}
}
buildTypes
{
...
...
@@ -104,7 +104,7 @@ dependencies {
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
//
implementation
(
name:
'paysdk-release-1.2.4'
,
ext:
'aar'
)
implementation
"com.pgyersdk:sdk:3.0.
5
"
implementation
"com.pgyersdk:sdk:3.0.
11
"
//dialog库
implementation
(
name:
'dialogutils2-release'
,
ext:
'aar'
)
//recyclerview的adapter库
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment