mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Adding Simple Launcher via the website, apologies for errors
This commit is contained in:
parent
b301ad7d16
commit
26eb98daf7
1 changed files with 35 additions and 0 deletions
35
metadata/com.simplemobiletools.launcher.yml
Normal file
35
metadata/com.simplemobiletools.launcher.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Tibor Kaputa
|
||||
AuthorEmail: hello@simplemobiletools.com
|
||||
WebSite: https://simplemobiletools.com
|
||||
SourceCode: https://github.com/SimpleMobileTools/Simple-Launcher
|
||||
IssueTracker: https://github.com/SimpleMobileTools/Simple-Launcher/issues
|
||||
Changelog: https://github.com/SimpleMobileTools/Simple-Launcher/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://simplemobiletools.com/donate
|
||||
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
|
||||
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
||||
|
||||
AutoName: Launcher
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Launcher
|
||||
|
||||
Builds:
|
||||
- versionName: 5.0.0
|
||||
versionCode: 2
|
||||
commit: 8b3b2f3b888a9874a9b6e74f22b16da13c46e3a7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 5.0.0
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue