mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 23:26:52 +00:00
Update HyperRogue to 12.0c (12030)
This commit is contained in:
parent
6e9cfca45a
commit
c393499a00
1 changed files with 19 additions and 2 deletions
|
|
@ -186,7 +186,24 @@ Builds:
|
|||
- popd
|
||||
ndk: r17c
|
||||
|
||||
- versionName: 12.0c
|
||||
versionCode: 12030
|
||||
commit: 7fff0405a7806b5709fd311f15ef0b3d9a392450
|
||||
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.0b
|
||||
CurrentVersionCode: 12020
|
||||
CurrentVersion: 12.0c
|
||||
CurrentVersionCode: 12030
|
||||
|
|
|
|||
Loading…
Reference in a new issue