mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 02:31:42 +00:00
Misc fixes after build cycle
This commit is contained in:
parent
e300a294f3
commit
964d18a9e7
6 changed files with 6 additions and 45 deletions
|
|
@ -35,6 +35,7 @@ Builds:
|
|||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 4
|
||||
disable: no git tag
|
||||
commit: v1.2.0
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.2.0
|
||||
- versionName: 2.2.1
|
||||
versionCode: 20210427
|
||||
commit: v2.2.1
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.0-beta06
|
||||
versionCode: 17
|
||||
disable: fails to build https://github.com/joshuacerdenia/NiceFeed/issues/28
|
||||
commit: v1.0-beta06
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
|
|||
|
|
@ -468,7 +468,7 @@ Builds:
|
|||
scanignore:
|
||||
- app/src/main/res/raw/*
|
||||
- doc/SCRIPTS/Gaz_places_national.txt.gz
|
||||
ndk: r21d
|
||||
ndk: r22b
|
||||
|
||||
MaintainerNotes: |-
|
||||
app/src/main/res/raw are not executable files and they're from US GOVT so they should be very open:
|
||||
|
|
|
|||
|
|
@ -306,51 +306,9 @@ Builds:
|
|||
build: make TARGET=ANDROID7NEON DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r15c
|
||||
|
||||
- versionName: '7.4'
|
||||
versionCode: 125
|
||||
disable: fails to build https://github.com/XCSoar/XCSoar/issues/578
|
||||
commit: v7.4
|
||||
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
|
||||
|
||||
- versionName: '7.5'
|
||||
versionCode: 126
|
||||
commit: v7.5
|
||||
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
|
||||
|
||||
- versionName: '7.6'
|
||||
versionCode: 127
|
||||
disable: fails to build https://github.com/XCSoar/XCSoar/issues/578
|
||||
commit: v7.6
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 3
|
||||
disable: wrong versionCode https://github.com/Techno-Disaster/tldr-flutter/issues/7
|
||||
commit: v1.1.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue