mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-04 13:16:52 +00:00
Don't pin microg version to the one in our repo
Workaround for this: https://gitlab.com/fdroid/fdroidclient/-/issues/1904#note_412431915 https://gitlab.com/fdroid/fdroidclient/-/issues/1904#note_412431915
This commit is contained in:
parent
38022eead0
commit
820095c38d
1 changed files with 6 additions and 4 deletions
|
|
@ -154,8 +154,10 @@ Builds:
|
|||
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
|
||||
- popd
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
MaintainerNotes: This app has the same appid as microg, which is integrated into some
|
||||
ROMs. This leads to F-Droid not proposing an update if we pin the CVC here, so
|
||||
we must not do that. Thus we disable UCM, as this would re-set the CVC
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
UpdateCheckName: org.microg.nlp.app
|
||||
CurrentVersion: 1.6.8
|
||||
CurrentVersionCode: 20187
|
||||
|
|
|
|||
Loading…
Reference in a new issue