mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
gotify - java17
This commit is contained in:
parent
07eedceff7
commit
6cf9e2be86
1 changed files with 5 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ Description: |-
|
|||
Note: A self-hosted <a href="https://github.com/gotify/server">gotify/server</a> is required for this app to work.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/gotify/android
|
||||
Repo: https://github.com/gotify/android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.0.1
|
||||
|
|
@ -202,9 +202,12 @@ Builds:
|
|||
versionCode: 30
|
||||
commit: 2082e6d46e2b78dd533ef655f4c88e8566d73108
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's/6.3-rc-4-all/6.3-all/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||
|
|
|
|||
Loading…
Reference in a new issue