mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 17:59:45 +00:00
Fix K-9 Mail app description
This commit is contained in:
parent
fb49c04987
commit
8993c4ca8b
1 changed files with 15 additions and 1 deletions
|
|
@ -1474,6 +1474,7 @@ Builds:
|
|||
|
||||
- versionName: '8.0'
|
||||
versionCode: 39009
|
||||
disable: Wrong metadata provided in repository
|
||||
commit: K9MAIL_8_0
|
||||
subdir: app-k9mail
|
||||
gradle:
|
||||
|
|
@ -1498,6 +1499,19 @@ Builds:
|
|||
scandelete:
|
||||
- build-plugin/build
|
||||
|
||||
- versionName: '8.0'
|
||||
versionCode: 39011
|
||||
commit: aced88289922418622371ad6e4d12ccf2549c6db
|
||||
subdir: app-k9mail
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- feature/funding/googleplay
|
||||
prebuild: sed -i -e '/maven\.mozilla\.org\/maven2/d ; /glean/d ; /app-thunderbird/d
|
||||
; /googleplay/d' ../settings.gradle.kts
|
||||
scandelete:
|
||||
- build-plugin/build
|
||||
|
||||
MaintainerNotes: |-
|
||||
Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used.
|
||||
It doesn't work when using subdir because we are two levels deep into the directory structure.
|
||||
|
|
@ -1506,4 +1520,4 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '8.0'
|
||||
CurrentVersionCode: 39009
|
||||
CurrentVersionCode: 39011
|
||||
|
|
|
|||
Loading…
Reference in a new issue