mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
UserLand 2.6.3, disable AUM
This commit is contained in:
parent
ed8f0d8821
commit
bac3603bd1
1 changed files with 17 additions and 3 deletions
|
|
@ -212,7 +212,21 @@ Builds:
|
|||
- yes
|
||||
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
- versionName: 2.6.3
|
||||
versionCode: 835694
|
||||
commit: v2.6.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
|
||||
- sed -i -e 's/versionCode vcode/versionCode $$VERCODE$$/' build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
We can't enable AUM since 2.5.14, versionCode is generated at build time and depends on the actual date.
|
||||
Actual versionCode is copied from the upstream release.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.5.13
|
||||
CurrentVersionCode: 67
|
||||
CurrentVersion: 2.6.3
|
||||
CurrentVersionCode: 835694
|
||||
|
|
|
|||
Loading…
Reference in a new issue