diff --git a/.github/workflows/module.yml b/.github/workflows/module.yml index a1389bd..618f872 100644 --- a/.github/workflows/module.yml +++ b/.github/workflows/module.yml @@ -3,7 +3,7 @@ name: Release Lawnchair module on: workflow_dispatch: branches: - - main + - Origin jobs: release: @@ -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 diff --git a/changelog.md b/changelog.md index e652c20..4688451 100644 --- a/changelog.md +++ b/changelog.md @@ -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** \ No newline at end of file diff --git a/module.prop b/module.prop index 0f080aa..6490b20 100644 --- a/module.prop +++ b/module.prop @@ -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 diff --git a/system/priv-app/dev/dev.apk b/system/priv-app/dev/dev.apk index e20cfec..7146e6c 100644 Binary files a/system/priv-app/dev/dev.apk and b/system/priv-app/dev/dev.apk differ diff --git a/update.json b/update.json index 6edfc32..4297784 100644 --- a/update.json +++ b/update.json @@ -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" }