mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-07 19:25:39 +00:00
minidoro - update recipe
This commit is contained in:
parent
07a59d4392
commit
b050dbe401
1 changed files with 7 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ IssueTracker: https://github.com/ympavlov/minidoro/issues
|
|||
AutoName: Minidoro
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ympavlov/minidoro
|
||||
Repo: https://github.com/ympavlov/minidoro.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
|
|
@ -78,6 +78,12 @@ Builds:
|
|||
versionCode: 113
|
||||
commit: 9028e56fa3b1d99608fca64857ccdadffb81f055
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get remove openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- echo "deb http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/stretch.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t sid openjdk-8-jdk-headless
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue