fdroiddata/metadata/com.proch.practicehub.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

37 lines
917 B
YAML

Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://github.com/rproch/music-practice-tools
IssueTracker: https://github.com/rproch/music-practice-tools/issues
AutoName: Practice Hub
Description: |-
Tools for musicians, including a chromoatic tuner, a metronome, and a pitch
drone.
Builds:
- versionName: '1.0'
versionCode: 1
commit: 109c0bddf346
buildjni:
- yes
ndk: r12b
- versionName: '2.0'
versionCode: 2
commit: 6e1c575b30d7
srclibs:
- NumberPicker-SimonVT@1da4372
- ActionBarSherlock@4.1.0
prebuild:
- echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties
- echo "android.library.reference.2=$$NumberPicker-SimonVT$$" >> project.properties
target: android-16
buildjni:
- yes
ndk: r12b
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '2.0'
CurrentVersionCode: 2