mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-03 18:46:05 +01:00
61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
Categories:
|
|
- Launcher
|
|
- Theming
|
|
License: GPL-3.0-only
|
|
WebSite: https://e.foundation/
|
|
SourceCode: https://gitlab.e.foundation/e/os/BlissLauncher
|
|
IssueTracker: https://gitlab.e.foundation/e/backlog/-/issues
|
|
|
|
Description: |-
|
|
BlissLauncher is the default launcher of the <a href="https://e.foundation/">/e/</a> Android-based OS.
|
|
It allows users to easily create and browse group of apps and it displays notification badges on app icons.
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.e.foundation/e/os/BlissLauncher.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.2
|
|
versionCode: 10200
|
|
commit: v1.0.2
|
|
subdir: app/
|
|
gradle:
|
|
- apiNougat
|
|
rm:
|
|
- app/libs/lineage-sdk.jar
|
|
prebuild:
|
|
- sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#' -e
|
|
'/io.fabric.tools/d' ../build.gradle
|
|
- sed -i -e '/io.fabric/d' build.gradle
|
|
|
|
- versionName: 1.2.1
|
|
versionCode: 12100
|
|
commit: v1.2.1
|
|
subdir: app/
|
|
gradle:
|
|
- apiNougat
|
|
rm:
|
|
- app/libs/lineage-sdk.jar
|
|
prebuild:
|
|
- sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#' -e
|
|
'/io.fabric.tools/d' ../build.gradle
|
|
- sed -i -e '/io.fabric/d' build.gradle
|
|
|
|
- versionName: 1.3.1
|
|
versionCode: 13100
|
|
commit: v1.3.1
|
|
subdir: app/
|
|
gradle:
|
|
- apiNougat
|
|
rm:
|
|
- app/libs/lineage-sdk.jar
|
|
prebuild:
|
|
- sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#' -e
|
|
'/io.fabric.tools/d' ../build.gradle
|
|
- sed -i -e '/io.fabric/d' build.gradle
|
|
ndk: r18b
|
|
|
|
ArchivePolicy: 0
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 1.3.1
|
|
CurrentVersionCode: 13100
|