Update XCSoar to 7.37 (158)

This commit is contained in:
F-Droid checkupdates bot 2023-07-21 19:10:57 +00:00
parent 89b60f7016
commit 96b67397b5

View file

@ -544,7 +544,26 @@ Builds:
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
ndk: r25b
- versionName: '7.37'
versionCode: 158
commit: 33fbf7be6d14a9b067dec92a703f6f4a30515665
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.36'
CurrentVersionCode: 157
CurrentVersion: '7.37'
CurrentVersionCode: 158