mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Misc fixes
This commit is contained in:
parent
eebe420473
commit
8bdddc1b21
4 changed files with 5 additions and 68 deletions
|
|
@ -208,6 +208,7 @@ Builds:
|
|||
|
||||
- versionName: 2.2.1.0
|
||||
versionCode: 2020101
|
||||
disable: DOES NOT VERIFY
|
||||
commit: v2.2.1.0
|
||||
subdir: Corona-Warn-App
|
||||
gradle:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ AuthorEmail: uzoftinc+afwall@gmail.com
|
|||
WebSite: https://github.com/ukanth/afwall/wiki
|
||||
SourceCode: https://github.com/ukanth/afwall
|
||||
IssueTracker: https://github.com/ukanth/afwall/issues
|
||||
Translation: http://crowdin.net/project/afwall
|
||||
Translation: https://crowdin.net/project/afwall
|
||||
Changelog: https://github.com/ukanth/afwall/blob/HEAD/Changelog.md
|
||||
Donate: https://github.com/ukanth/afwall/wiki#making-donations
|
||||
Bitcoin: 1LBUdALwYXDv38wvnUSGvsFjituaWAHvFo
|
||||
|
|
@ -828,6 +828,7 @@ Builds:
|
|||
|
||||
- versionName: 3.5.2
|
||||
versionCode: 20210516
|
||||
disable: fails to build https://github.com/ukanth/afwall/issues/1204
|
||||
commit: v3.5.2
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
|
|||
|
|
@ -591,7 +591,7 @@ Builds:
|
|||
commit: f-droid-2.0.0
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
- flutter@2.0.6
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
|
|
|||
|
|
@ -284,72 +284,7 @@ Builds:
|
|||
build: make TARGET=ANDROID7NEON DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r15c
|
||||
|
||||
- versionName: 6.8.18
|
||||
versionCode: 120
|
||||
disable: no such tag
|
||||
commit: v6.8.18
|
||||
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:
|
||||
- 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.7'
|
||||
versionCode: 128
|
||||
commit: v7.7
|
||||
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
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '7.7'
|
||||
CurrentVersionCode: 128
|
||||
|
|
|
|||
Loading…
Reference in a new issue