mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update HyperRogue to 12.0b (12020)
This commit is contained in:
parent
6b706ceba4
commit
dd8316246f
1 changed files with 19 additions and 2 deletions
|
|
@ -169,7 +169,24 @@ Builds:
|
|||
- popd
|
||||
ndk: r17c
|
||||
|
||||
- versionName: 12.0b
|
||||
versionCode: 12020
|
||||
commit: 2ef9268c012f4d5c2d3df07c7e474c6cf6e8fb14
|
||||
subdir: hyperroid/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y g++
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a',
|
||||
'arm64-v8a'/" build.gradle
|
||||
build:
|
||||
- pushd ..
|
||||
- bash copy.sh
|
||||
- popd
|
||||
ndk: r17c
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 12.0a
|
||||
CurrentVersionCode: 12010
|
||||
CurrentVersion: 12.0b
|
||||
CurrentVersionCode: 12020
|
||||
|
|
|
|||
Loading…
Reference in a new issue