mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
kid3 - use java8 from sid
This commit is contained in:
parent
466bbc84bd
commit
261584c0a7
1 changed files with 3 additions and 2 deletions
|
|
@ -345,11 +345,12 @@ Builds:
|
|||
versionCode: 27
|
||||
commit: 825935334cbdf580000d1d84068d441883ceabf5
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list.d/stretch.list
|
||||
- apt-get update
|
||||
- apt-get install -y 7zip build-essential cmake docbook-xsl make python-is-python3
|
||||
- apt-get remove openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- apt-get install -y -t stretch openjdk-8-jdk-headless
|
||||
- echo "deb http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/sid.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t sid openjdk-8-jdk-headless
|
||||
output: android-build/kid3/android/build/outputs/apk/release/android-release-unsigned.apk
|
||||
srclibs:
|
||||
- Qt5@v5.12.12
|
||||
|
|
|
|||
Loading…
Reference in a new issue