Skip to content

Commit

Permalink
lawnchairmodule[dev] v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unofficial-Life committed Sep 11, 2024
1 parent 2afe38e commit 7c5ffe2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Lawnchair module
on:
workflow_dispatch:
branches:
- main
- Origin

jobs:
release:
Expand All @@ -21,6 +21,6 @@ jobs:
- name: Upload files
uses: actions/upload-artifact@v4
with:
name: Lawnchairmodule
name: Lawnchairmodule[dev]
path: ./
if-no-files-found: error
8 changes: 3 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Changelog 🎉

- Lawnchair version 2069510 (beta 3 version)
- Lawnicons updated to v2.11.0
- Smartspacer padding fixed
- New icon pack layout + monet compatibilities
- Smartspacer padding fixes
- Quickswitch improvement
- Added option folder background opacity
- Monet improvment
- Monet improvement

## Note
- **Give all the permission need by lawnchair from system settings if it crashes while changing grid or icons**
6 changes: 3 additions & 3 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id=lawnchair
name=Systemless Lawnchair Launcher
version=v7.0
versionCode=7
version=v8.0
versionCode=8
author=MrSluffy & Unofficial Life
description=Systemless Lawnchair Launcher Module (R-Q) with special icons made by Amr Gamal
updateJson=https://raw.githubusercontent.com/Unofficial-Life/Lawnchair-Launcher-Module/main/update.json
updateJson=https://github.com/Unofficial-Life/Lawnchair-Launcher-Module/blob/Origin/update.json
support=https://github.com/Unofficial-Life/Lawnchair-Launcher-Module
Binary file modified system/priv-app/dev/dev.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v7.0",
"versionCode": 7,
"zipUrl": "https://github.com/Unofficial-Life/Lawnchair-Launcher-Module/releases/download/v7.0/Lawnchairmodule.zip",
"changelog": "https://raw.githubusercontent.com/Unofficial-Life/Lawnchair-Launcher-Module/main/changelog.md"
"version": "v8.0",
"versionCode": 8,
"zipUrl": "https://github.com/Unofficial-Life/Lawnchair-Launcher-Module/releases/download/v8.0/Lawnchairmodule[dev].zip",
"changelog": "https://raw.githubusercontent.com/Unofficial-Life/Lawnchair-Launcher-Module/Origin/changelog.md"
}

0 comments on commit 7c5ffe2

Please sign in to comment.