Update XCSoar to 7.31 (152)

This commit is contained in:
F-Droid checkupdates bot 2023-05-12 19:09:01 +00:00
parent da9b96521b
commit 4a26f2af4d

View file

@ -430,7 +430,26 @@ Builds:
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
ndk: r25b
- versionName: '7.31'
versionCode: 152
commit: 83e6916ec9fd9b4d16abab4efb6712a90d773a2f
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/aligned.apk
prebuild:
- platforms=$(grep ANDROID_SDK_PLATFORM build/targets.mk | sed -E 's/.*android-([0-9]+)/\1/')
- build_tools=$(grep build-tools build/android.mk | sed -E 's/.*\/([0-9.]+)$/\1/')
- sdkmanager "platforms;android-$platforms" "build-tools;$build_tools"
scandelete:
- android/ioio
- android/UsbSerial/usbserial/eclipse_lib
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
ndk: r25b
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '7.30'
CurrentVersionCode: 151
CurrentVersion: '7.31'
CurrentVersionCode: 152