mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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:
|
scandelete:
|
||||||
- build-plugin/build
|
- 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: |-
|
MaintainerNotes: |-
|
||||||
Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used.
|
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.
|
It doesn't work when using subdir because we are two levels deep into the directory structure.
|
||||||
|
|
@ -1373,5 +1386,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: '6.800'
|
CurrentVersion: '6.801'
|
||||||
CurrentVersionCode: 38000
|
CurrentVersionCode: 38001
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue