mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update SagerNet to 0.7-beta04 (730)
This commit is contained in:
parent
115cb1a44a
commit
b857542f7b
1 changed files with 24 additions and 2 deletions
|
|
@ -603,9 +603,31 @@ Builds:
|
||||||
- ./run fdroid build
|
- ./run fdroid build
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
|
- versionName: 0.7-beta04
|
||||||
|
versionCode: 730
|
||||||
|
commit: 56be7af517a1e885baf5d1d6d3352efd8434c1b3
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild:
|
||||||
|
- cd ..
|
||||||
|
- ./run fdroid prebuild
|
||||||
|
scandelete:
|
||||||
|
- external
|
||||||
|
- plugin
|
||||||
|
build:
|
||||||
|
- cd ..
|
||||||
|
- ./run fdroid build
|
||||||
|
ndk: r23b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^\d.*
|
UpdateCheckMode: Tags ^\d.*
|
||||||
VercodeOperation: '%c * 5'
|
VercodeOperation: '%c * 5'
|
||||||
UpdateCheckData: sager.properties|VERSION_CODE=(\d+)||
|
UpdateCheckData: sager.properties|VERSION_CODE=(\d+)||
|
||||||
CurrentVersion: 0.7-beta03
|
CurrentVersion: 0.7-beta04
|
||||||
CurrentVersionCode: 725
|
CurrentVersionCode: 730
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue