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
78c84c82
Commit
78c84c82
authored
Jan 03, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Android Pie doesnot permit http URL
parent
f25c0336
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
mobile/libs/paysdk-release-1.2.4.aar
mobile/libs/paysdk-release-1.2.4.aar
+0
-0
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
+6
-0
No files found.
mobile/libs/paysdk-release-1.2.
3
.aar
→
mobile/libs/paysdk-release-1.2.
4
.aar
View file @
78c84c82
No preview for this file type
mobile/src/main/AndroidManifest.xml
View file @
78c84c82
...
...
@@ -33,6 +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"
...
...
@@ -202,5 +203,4 @@
android:value=
"${PGYER_APPID}"
>
</meta-data>
</application>
</manifest>
\ No newline at end of file
mobile/src/main/res/xml/network_security_config.xml
0 → 100644
View file @
78c84c82
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config
cleartextTrafficPermitted=
"true"
>
<domain
includeSubdomains=
"true"
>
www.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