fdroiddata/metadata/com.shurik.droidzebra.yml
Marcus Hoffmann e592d5f878 add ndk r12b to any buildjni build that doesn't have an ndk
r12b has been forever the default. Let's explicitly request that version
where we know we need it.

Note; there's other builds that still implicitly rely on that version
that don't use the buildjni flag. We don't really have a good way of
finding those, except manually.
2020-11-13 00:36:45 +01:00

65 lines
1.5 KiB
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/alkom/droidzebra
IssueTracker: https://github.com/alkom/droidzebra/issues
AutoName: DroidZebra
Description: |-
DroidZebra is advanced Reversi program based on Zebra Othello Engine written by
Gunnar Andersson. Features:
* difficulty levels from beginner (practice mode) to world-class play
* opening book with more than 500,000 positions
* unlimited undo
RepoType: git
Repo: https://github.com/alkom/droidzebra
Builds:
- versionName: '1.4'
versionCode: 10
commit: 1e08eec
subdir: project
buildjni:
- yes
ndk: r12b
- versionName: 1.4.1
versionCode: 12
commit: d2e47f982c30
subdir: project
buildjni:
- yes
ndk: r12b
- versionName: 1.5.1
versionCode: 14
commit: c67c7e461940
subdir: project
prebuild:
- echo "sdk.dir=$$SDK$$" > local.properties
- echo "ndk.dir=$$NDK$$" >> local.properties
buildjni:
- yes
ndk: r12b
- versionName: 1.5.3
versionCode: 17
commit: 87dfef91dd597078a6c8799cc935fde3261aeb54
subdir: project
prebuild:
- echo "sdk.dir=$$SDK$$" > local.properties
- echo "ndk.dir=$$NDK$$" >> local.properties
scanignore:
- project/assets/coeffs2.bin
- project/misc/book_empty.bin
- project/misc/book.bin
buildjni:
- yes
ndk: r12b
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.5.3
CurrentVersionCode: 17