mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update K-9 Mail to 6.801
This commit is contained in:
parent
ef4d45fb5d
commit
ba515f104b
1 changed files with 15 additions and 2 deletions
|
|
@ -1366,6 +1366,19 @@ Builds:
|
|||
scandelete:
|
||||
- build-plugin/build
|
||||
|
||||
- versionName: '6.801'
|
||||
versionCode: 38001
|
||||
commit: '6.801'
|
||||
subdir: app-k9mail
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
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.
|
||||
|
|
@ -1373,5 +1386,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '6.800'
|
||||
CurrentVersionCode: 38000
|
||||
CurrentVersion: '6.801'
|
||||
CurrentVersionCode: 38001
|
||||
|
|
|
|||
Loading…
Reference in a new issue