From e902cc1d9680fd930360071ca1807f29fe9d6d09 Mon Sep 17 00:00:00 2001 From: mahc9kez <3140325-mahc9kez@users.noreply.gitlab.com> Date: Sun, 29 Dec 2019 06:19:13 +0000 Subject: [PATCH] New App: V2ray Plugin --- .../com.github.shadowsocks.plugin.v2ray.yml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/com.github.shadowsocks.plugin.v2ray.yml diff --git a/metadata/com.github.shadowsocks.plugin.v2ray.yml b/metadata/com.github.shadowsocks.plugin.v2ray.yml new file mode 100644 index 0000000000..37b525f213 --- /dev/null +++ b/metadata/com.github.shadowsocks.plugin.v2ray.yml @@ -0,0 +1,35 @@ +Categories: + - Connectivity + - Internet +License: GPL-3.0-or-later +WebSite: https://shadowsocks.org/en/spec/Plugin.html +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 update || apt update + - apt install -y -t testing golang-go + gradle: + - yes + output: app/build/outputs/apk/release/app-universal-release-unsigned.apk + ndk: r20 + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags ^v +CurrentVersion: 1.3.0 +CurrentVersionCode: 1030000