mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update DuckDuckGo to 5.118.0
This commit is contained in:
parent
635de00c72
commit
b66e947dc5
2 changed files with 35 additions and 3 deletions
|
|
@ -1255,9 +1255,39 @@ Builds:
|
||||||
- build-cache/
|
- build-cache/
|
||||||
ndk: r21
|
ndk: r21
|
||||||
|
|
||||||
MaintainerNotes: Cannot use AUM/UCM because version code and version name are dynamic.
|
- versionName: 5.118.0
|
||||||
|
versionCode: 51180000
|
||||||
|
commit: 5.118.0
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
output: app/build/outputs/apk/fdroid/release/duckduckgo-$$VERSION$$-fdroid-release-unsigned.apk
|
||||||
|
srclibs:
|
||||||
|
- marcosholgado_fladle@87551515ca559fbfe4ba135957034428be97a74c
|
||||||
|
rm:
|
||||||
|
- app/src/play/res/raw/https_mobile_v2_bloom.bin
|
||||||
|
prebuild: sed -i -e '/installreferrer/d' statistics/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- app/src/androidTest
|
||||||
|
- build-cache/
|
||||||
|
- libs/
|
||||||
|
build:
|
||||||
|
- pushd $$marcosholgado_fladle$$
|
||||||
|
- gradle assembleRelease
|
||||||
|
- popd
|
||||||
|
- cp $$marcosholgado_fladle$$/fladle-plugin/build/libs/fladle-0.17.4-SNAPSHOT.jar
|
||||||
|
libs/
|
||||||
|
ndk: r21
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
Cannot use AUM/UCM because version code and version name are dynamic.
|
||||||
|
Using a custom fladle build, see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10831#note_897065716
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 5.116.0
|
CurrentVersion: 5.118.0
|
||||||
CurrentVersionCode: 51160000
|
CurrentVersionCode: 51180000
|
||||||
|
|
|
||||||
2
srclibs/marcosholgado_fladle.yml
Normal file
2
srclibs/marcosholgado_fladle.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/marcosholgado/fladle.git
|
||||||
Loading…
Reference in a new issue