mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Disable autoupdate and add maintainer note
https://forum.f-droid.org/t/corrected-autoupdatemode-after-source-release-will-it-apply/12843
This commit is contained in:
parent
eb073d5421
commit
bd8f1bdde4
1 changed files with 16 additions and 4 deletions
|
|
@ -23,7 +23,19 @@ Builds:
|
|||
- export SENTRY_ENVIRONMENT=fdroid
|
||||
- gradle assembleFreeTazUnminifiedRelease
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags .*[0-9]\.*[0-9]+$
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 10102900
|
||||
- versionName: 1.2.2
|
||||
versionCode: 10202900
|
||||
commit: 1.2.2
|
||||
subdir: app
|
||||
output: build/outputs/apk/freeTaz/unminifiedRelease/app-free-taz-unminifiedRelease-unsigned.apk
|
||||
build:
|
||||
- export VERSION_IGNORES_DIRTY_TREE=true
|
||||
- export SENTRY_ENVIRONMENT=fdroid
|
||||
- gradle assembleFreeTazUnminifiedRelease
|
||||
|
||||
MaintainerNotes: Dynamic versionName and version code, so no autoupdates possible.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.2.2
|
||||
CurrentVersionCode: 10202900
|
||||
|
|
|
|||
Loading…
Reference in a new issue