OMW - stable 0.46

This commit is contained in:
licaon-kter 2020-09-07 03:34:44 +03:00
parent a59eefcb3c
commit b827656100

View file

@ -78,17 +78,16 @@ Builds:
- app/src/main/jniLibs - app/src/main/jniLibs
ndk: r18b ndk: r18b
- versionName: 0.46.0-17 - versionName: 0.46.0-37
versionCode: 35 versionCode: 37
disable: updatebot blunder commit: 0.46.0-37
commit: 0.46.0-17 timeout: 30000
timeout: 40000
sudo: sudo:
- apt-get update || apt-get update - apt-get update || apt-get update
- apt-get install -y doxygen g++ pkgconf wget - apt-get install -y doxygen g++ pkgconf wget
gradle: gradle:
- yes - mainline
output: app/build/outputs/apk/release/omw_release_*.apk output: app/build/outputs/apk/mainline/release/omw_release_*.apk
prebuild: prebuild:
- sed -i -e '/Unzip/,+5d' buildscripts/include/setup-ndk.sh - sed -i -e '/Unzip/,+5d' buildscripts/include/setup-ndk.sh
- sed -i -e 's/\ -Wl,-plugin-opt=-emulated-tls//' -e '/download-ndk/d' -e '/debugging\ - sed -i -e 's/\ -Wl,-plugin-opt=-emulated-tls//' -e '/download-ndk/d' -e '/debugging\
@ -106,7 +105,8 @@ Builds:
scanignore: scanignore:
- app/src/main/assets - app/src/main/assets
- app/src/main/jniLibs - app/src/main/jniLibs
ndk: r18b - buildscripts/downloads/*
ndk: r20b
MaintainerNotes: |- MaintainerNotes: |-
- we use prebuild else fdroid scanner will detect the built libs as binaries on the second pass before running build, and we can't scanignore them (at start) since they don't exist yet, see https://gitlab.com/fdroid/fdroidserver/issues/635 - we use prebuild else fdroid scanner will detect the built libs as binaries on the second pass before running build, and we can't scanignore them (at start) since they don't exist yet, see https://gitlab.com/fdroid/fdroidserver/issues/635
@ -114,5 +114,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v AutoUpdateMode: Version %v
UpdateCheckMode: Tags .*[0-9]$ UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: 0.46.0-18 CurrentVersion: 0.46.0-37
CurrentVersionCode: 18 CurrentVersionCode: 37