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
9101734d
Commit
9101734d
authored
Jan 08, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
彻底解决安卓9.0收不到更新推送的问题
parent
64c77530
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
10 deletions
+3
-10
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/AndroidManifest.xml
mobile/src/main/AndroidManifest.xml
+1
-1
mobile/src/main/res/xml/network_security_config.xml
mobile/src/main/res/xml/network_security_config.xml
+0
-7
No files found.
mobile/build.gradle
View file @
9101734d
...
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
28
versionCode
33120010
4
versionCode
33120010
8
versionName
"3.3.12"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
...
...
@@ -101,7 +101,7 @@ dependencies {
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
//
implementation
(
name:
'paysdk-release-1.2.4'
,
ext:
'aar'
)
implementation
'com.pgyersdk:sdk:3.0.
2
'
implementation
'com.pgyersdk:sdk:3.0.
3
'
}
mobile/src/main/AndroidManifest.xml
View file @
9101734d
...
...
@@ -33,7 +33,7 @@
android:largeHeap=
"true"
android:supportsRtl=
"false"
android:theme=
"@style/AppTheme"
android:networkSecurityConfig=
"@xml/network_security_config"
tools:replace=
"android:allowBackup,android:supportsRtl"
>
<activity
android:name=
"cn.garymb.ygomobile.ui.activities.LogoActivity"
...
...
mobile/src/main/res/xml/network_security_config.xml
deleted
100644 → 0
View file @
64c77530
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config
cleartextTrafficPermitted=
"true"
>
<domain
includeSubdomains=
"true"
>
www.pgyer.com
</domain>
<domain
includeSubdomains=
"true"
>
app-global.pgyer.com
</domain>
</domain-config>
</network-security-config>
\ No newline at end of file
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