mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Use DuckDuckGo as default search engine for TextSelectionWebSearch on F-Droid.
This commit is contained in:
parent
bff69797f5
commit
767f0096c1
1 changed files with 12 additions and 2 deletions
|
|
@ -21,7 +21,17 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 5
|
||||
commit: 883ff2ec6908ed33adc52229c790a9516ad84caa
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i 's|<string name="pref_default_value_custom_search_engine_url_format">https://www.google.com/search?q=%s</string>|<string
|
||||
name="pref_default_value_custom_search_engine_url_format">https://duckduckgo.com/?q=%s</string>|'
|
||||
src/main/res/values/donottranslate_prefs.xml
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v.+$
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 4
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue