mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 06:06:56 +00:00
Update HyperRogue to 12.0 (12000)
This commit is contained in:
parent
34ef010ca7
commit
8cedf5c6c2
1 changed files with 19 additions and 2 deletions
|
|
@ -133,7 +133,24 @@ Builds:
|
|||
- popd
|
||||
ndk: r17c
|
||||
|
||||
- versionName: '12.0'
|
||||
versionCode: 12000
|
||||
commit: v120
|
||||
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: 11.3i
|
||||
CurrentVersionCode: 11309
|
||||
CurrentVersion: '12.0'
|
||||
CurrentVersionCode: 12000
|
||||
|
|
|
|||
Loading…
Reference in a new issue