fdroiddata/metadata/com.github.shadowsocks.plugin.v2ray.yml
2020-02-15 09:15:02 +03:00

42 lines
1 KiB
YAML

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
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
- versionName: 1.3.1
versionCode: 1030100
commit: v1.3.1
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: r20b
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v
CurrentVersion: 1.3.1
CurrentVersionCode: 1030100