mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
simplemobiletools.launcher - update aum, update, java17
This commit is contained in:
parent
9216e08c6b
commit
2dea1df7a0
1 changed files with 16 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
|||
AutoName: Launcher
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Launcher
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Launcher.git
|
||||
|
||||
Builds:
|
||||
- versionName: 5.0.0
|
||||
|
|
@ -73,7 +73,20 @@ Builds:
|
|||
- fdroid
|
||||
prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
|
||||
|
||||
- versionName: 5.1.0
|
||||
versionCode: 9
|
||||
commit: 222cca23f99b2cd91c90fd47c62ec5b2b13c3cf7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: echo -e "\norg.gradle.jvmargs=-Xmx4096m" >> ../gradle.properties
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 5.0.6
|
||||
CurrentVersionCode: 8
|
||||
UpdateCheckData: gradle/libs.versions.toml|app-version-versionCode\s=\s"(\d+)"|.|app-version-versionName\s=\s"(.*)"
|
||||
CurrentVersion: 5.1.0
|
||||
CurrentVersionCode: 9
|
||||
|
|
|
|||
Loading…
Reference in a new issue