mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update CyberWOW to 0.8.0.0 (26)
This commit is contained in:
parent
2058457b10
commit
6cd926b766
1 changed files with 22 additions and 2 deletions
|
|
@ -69,8 +69,28 @@ Builds:
|
|||
- PATH=$flutter_dir:$PATH ANDROID_NDK_ROOT=$$NDK$$ make wow
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 0.8.0.0
|
||||
versionCode: 26
|
||||
commit: v0.8.0.0
|
||||
subdir: cyberwow
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian stretch-backports-sloppy main" > /etc/apt/sources.list.d/stretch-backports-sloppy.list
|
||||
- apt-get update || apt-get update
|
||||
- apt install -y build-essential
|
||||
- apt install -y -t stretch-backports-sloppy libarchive13
|
||||
- apt install -y -t stretch-backports cmake
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
build:
|
||||
- flutter_dir=$(realpath $$flutter$$/bin)
|
||||
- $flutter_dir/flutter config --no-analytics
|
||||
- cd ..
|
||||
- PATH=$flutter_dir:$PATH ANDROID_NDK_ROOT=$$NDK$$ make wow
|
||||
ndk: r20b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckIgnore: (alpha|beta|rc|RC|dev)
|
||||
CurrentVersion: 0.7.0.0-l
|
||||
CurrentVersionCode: 25
|
||||
CurrentVersion: 0.8.0.0
|
||||
CurrentVersionCode: 26
|
||||
|
|
|
|||
Loading…
Reference in a new issue