Skip to content

Commit

Permalink
v1.2.1 - 紧急解决无法连接的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Oct 18, 2019
1 parent 388765c commit 7406159
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.xmader.aria_ng_gui_android" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.xmader.aria_ng_gui_android" version="1.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>AriaNgGUI</name>
<description>
一个 Aria2 图形界面跨平台客户端 (此为Android版)
Expand All @@ -16,6 +16,9 @@
<allow-intent href="wss://*/*" />
<platform name="android">
<allow-intent href="market:*" />
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:usesCleartextTraffic="true" />
</edit-config>
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.xmader.aria_ng_gui_android",
"displayName": "AriaNg GUI for Android",
"version": "1.2.0",
"version": "1.2.1",
"description": "一个 Aria2 图形界面跨平台客户端 (此为Android版)",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7406159

Please sign in to comment.