mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Portauthority - reenable AUM, fix build
This commit is contained in:
parent
52a78b74ea
commit
57cd6f242c
1 changed files with 8 additions and 4 deletions
|
|
@ -319,15 +319,19 @@ Builds:
|
|||
- free
|
||||
prebuild: sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle
|
||||
|
||||
- versionName: 2.2.10-free
|
||||
- versionName: 2.2.10
|
||||
versionCode: 56
|
||||
commit: v2.2.10
|
||||
subdir: app
|
||||
gradle:
|
||||
- free
|
||||
- yes
|
||||
output: build/outputs/apk/free/release/PortAuthority-$$VERSION$$-free-release-unsigned.apk
|
||||
prebuild: sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle
|
||||
|
||||
AutoUpdateMode: None
|
||||
MaintainerNotes: |
|
||||
Don't use flavour 'free' since it adds a versionName suffix confusing checkupdate
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.2.10-free
|
||||
CurrentVersion: 2.2.10
|
||||
CurrentVersionCode: 56
|
||||
|
|
|
|||
Loading…
Reference in a new issue