mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
quillpad - java11
This commit is contained in:
parent
7d22b7e74f
commit
47328060b4
1 changed files with 6 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ IssueTracker: https://github.com/quillpad/quillpad/issues
|
||||||
AutoName: Quillpad
|
AutoName: Quillpad
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/quillpad/quillpad
|
Repo: https://github.com/quillpad/quillpad.git
|
||||||
Binaries: https://github.com/quillpad/quillpad/releases/download/v%v/quillpad-%v.apk
|
Binaries: https://github.com/quillpad/quillpad/releases/download/v%v/quillpad-%v.apk
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
|
|
@ -88,6 +88,11 @@ Builds:
|
||||||
versionCode: 20
|
versionCode: 20
|
||||||
commit: 8a83ab4e17dc77c9f4a368b1f3fdfe5d2a509f32
|
commit: 8a83ab4e17dc77c9f4a368b1f3fdfe5d2a509f32
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||||
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
||||||
gradle:
|
gradle:
|
||||||
- defaultFlavor
|
- defaultFlavor
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue