mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update XCSoar to 7.2 (123)
This commit is contained in:
parent
d95dfc828a
commit
293b25f1fb
1 changed files with 23 additions and 2 deletions
|
|
@ -348,7 +348,28 @@ Builds:
|
|||
build: make TARGET=ANDROID7NEON DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r15c
|
||||
|
||||
- versionName: '7.2'
|
||||
versionCode: 123
|
||||
commit: v7.2
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y g++ vorbis-tools librsvg2-bin imagemagick
|
||||
output: output/ANDROID7NEON/opt/build/unsigned.apk
|
||||
rm:
|
||||
- android/ioio/release/*.zip
|
||||
- android/ioio/release/apps/*.zip
|
||||
- android/ioio/release/software/*.zip
|
||||
- android/ioio/release/firmware/device-bootloader/*.zip
|
||||
- android/ioio/release/firmware/bootloader/*.zip
|
||||
- android/ioio/software/IOIODude/lib
|
||||
- android/ioio/software/IOIOLib/target/pc/lib
|
||||
- android/ioio/software/applications/IOIOConnectionTester/lib
|
||||
- android/ioio/software/applications/pc/jar-in-jar-loader.zip
|
||||
build: make TARGET=ANDROID7NEON DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r15c
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '7.1'
|
||||
CurrentVersionCode: 122
|
||||
CurrentVersion: '7.2'
|
||||
CurrentVersionCode: 123
|
||||
|
|
|
|||
Loading…
Reference in a new issue