mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
simplelogin - java17
This commit is contained in:
parent
bdc4747b00
commit
d4f4c9f2c5
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ IssueTracker: https://github.com/simple-login/Simple-Login-Android/issues
|
||||||
AutoName: SimpleLogin
|
AutoName: SimpleLogin
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/simple-login/Simple-Login-Android
|
Repo: https://github.com/simple-login/Simple-Login-Android.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 1.4-fdroid
|
- versionName: 1.4-fdroid
|
||||||
|
|
@ -209,6 +209,10 @@ Builds:
|
||||||
versionCode: 12101
|
versionCode: 12101
|
||||||
commit: 1776fbd5899f72bbc7a5b647647e6771d05644e1
|
commit: 1776fbd5899f72bbc7a5b647647e6771d05644e1
|
||||||
subdir: SimpleLogin/app
|
subdir: SimpleLogin/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
prebuild: sed -i -e '/kotlinx-html/d' ../build.gradle
|
prebuild: sed -i -e '/kotlinx-html/d' ../build.gradle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue