Update XCSoar to 7.36 (157)

This commit is contained in:
F-Droid checkupdates bot 2023-07-03 19:21:46 +00:00
parent 8873f15fc8
commit 4c59b76db0

View file

@ -525,7 +525,26 @@ Builds:
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
ndk: r25b
- versionName: '7.36'
versionCode: 157
commit: a626d3efe0fdc723a855b1db45665e0218e34962
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build g++ vorbis-tools librsvg2-bin imagemagick make
gettext quilt sox automake xsltproc cmake xz-utils pkg-config libtool
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.35'
CurrentVersionCode: 156
CurrentVersion: '7.36'
CurrentVersionCode: 157