mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update HyperRogue to 12.0f (12060)
This commit is contained in:
parent
872a404938
commit
442f177d2b
1 changed files with 19 additions and 2 deletions
|
|
@ -237,7 +237,24 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r17c
|
ndk: r17c
|
||||||
|
|
||||||
|
- versionName: 12.0f
|
||||||
|
versionCode: 12060
|
||||||
|
commit: dda9f29403693108f596229e6d335d079b44d226
|
||||||
|
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
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 12.0e
|
CurrentVersion: 12.0f
|
||||||
CurrentVersionCode: 12050
|
CurrentVersionCode: 12060
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue