commit
480e5304a1
9 changed files with 52 additions and 0 deletions
38
metadata/com.github.shadowsocks.plugin.v2ray.yml
Normal file
38
metadata/com.github.shadowsocks.plugin.v2ray.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/shadowsocks/v2ray-plugin-android
|
||||
IssueTracker: https://github.com/shadowsocks/v2ray-plugin-android/issues
|
||||
|
||||
AutoName: v2ray
|
||||
Summary: A SIP003 V2ray plugin
|
||||
Description: |-
|
||||
Yet another SIP003 plugin for shadowsocks, based on v2ray.
|
||||
|
||||
Shadowsocks-android is required.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/shadowsocks/v2ray-plugin-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.0
|
||||
versionCode: 1030000
|
||||
commit: v1.3.0
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y golang-go
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-universal-release-unsigned.apk
|
||||
ndk: r20b
|
||||
gradleprops:
|
||||
- android.enableJetifier=true
|
||||
- android.enableR8.fullMode=true
|
||||
- android.useAndroidX=true
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 1030000
|
3
metadata/en-US/changelogs/1030000.txt
Normal file
3
metadata/en-US/changelogs/1030000.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* Update shadowsocks plugin to 1.3.0
|
||||
* Update v2ray-core to 4.19.1.
|
||||
* Built with go 1.13 (fix #6 and #7).
|
3
metadata/en-US/description.txt
Normal file
3
metadata/en-US/description.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Yet another SIP003 plugin for shadowsocks, based on v2ray.
|
||||
|
||||
Shadowsocks-android is required.
|
1
metadata/en-US/name.txt
Normal file
1
metadata/en-US/name.txt
Normal file
|
@ -0,0 +1 @@
|
|||
V2ray Plugin
|
BIN
metadata/en-US/phoneScreenshots/00.png
Normal file
BIN
metadata/en-US/phoneScreenshots/00.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
metadata/en-US/phoneScreenshots/01.png
Normal file
BIN
metadata/en-US/phoneScreenshots/01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
1
metadata/en-US/summary.txt
Normal file
1
metadata/en-US/summary.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A SIP003 V2ray plugin
|
3
metadata/zh-TW/changelogs/1030000.txt
Normal file
3
metadata/zh-TW/changelogs/1030000.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* 更新 Shadowsocks 外掛程式至 1.3.0
|
||||
* 更新 v2ray-core 至 4.19.1
|
||||
* 使用 go 1.13 編譯(修復 #6 及 #7 )
|
3
metadata/zh-TW/description.txt
Normal file
3
metadata/zh-TW/description.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
另一個基於 v2ray 的 Shadowsocks 的 SIP003 外掛程式。
|
||||
|
||||
需安裝 Shadowsocks-android 才可使用。
|
Loading…
Reference in a new issue