mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
Categories:
|
|
- Theming
|
|
License: GPL-3.0-only
|
|
WebSite: https://e.foundation/
|
|
SourceCode: https://gitlab.e.foundation/e/apps/BlissLauncher
|
|
IssueTracker: https://gitlab.e.foundation/e/management/issues
|
|
|
|
Description: |-
|
|
BlissLauncher is the default launcher of the [https://e.foundation/ /e/] 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/apps/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
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 1.3.1
|
|
CurrentVersionCode: 13100
|