mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update XCSoar to 7.28 (149)
This commit is contained in:
parent
1a0772b407
commit
859ee70703
1 changed files with 18 additions and 2 deletions
|
|
@ -373,7 +373,23 @@ Builds:
|
||||||
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
|
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
|
||||||
ndk: r25b
|
ndk: r25b
|
||||||
|
|
||||||
|
- versionName: '7.28'
|
||||||
|
versionCode: 149
|
||||||
|
commit: 49c37d870f1e00b3600aa8f77fbfc9c2150b5672
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y ninja-build g++ vorbis-tools librsvg2-bin imagemagick make
|
||||||
|
gettext quilt sox m4 xsltproc cmake xz-utils pkg-config
|
||||||
|
output: output/ANDROID/opt/build/unsigned.apk
|
||||||
|
prebuild: sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
|
||||||
|
scandelete:
|
||||||
|
- android/ioio
|
||||||
|
- android/UsbSerial/usbserial/eclipse_lib
|
||||||
|
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
|
||||||
|
ndk: r25b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '7.27'
|
CurrentVersion: '7.28'
|
||||||
CurrentVersionCode: 148
|
CurrentVersionCode: 149
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue