Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/canary' into canary
Browse files Browse the repository at this point in the history
  • Loading branch information
siavash79 committed Jun 19, 2024
2 parents 314dc85 + 401b33f commit f6ed4da
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CanaryChangelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**canary-368**
- A15beta3: fixed a bootloop caused by statusbar mods
- A15beta3: fixed QS light theme
- A15beta3: fixed multi row statusbar - system icons

**canary-367**
- physical buttons remap: bugfix

Expand Down
4 changes: 2 additions & 2 deletions MagiskModBase/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=PixelXpert
name=Pixel Xpert
version=canary-367
versionCode=367
version=canary-368
versionCode=368
author=Pixel Xpert Team
description=Xposed based module for customizations on Pixel roms. Android 13+
updateJson=https://raw.githubusercontent.com/siavash79/PixelXpert/canary/MagiskModuleUpdate_Xposed.json
Expand Down
4 changes: 2 additions & 2 deletions MagiskModuleUpdate_Full.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "canary-367",
"versionCode": 367,
"version": "canary-368",
"versionCode": 368,
"zipUrl": "https://github.com/siavash79/PixelXpert/releases/download/canary_builds/PixelXpert.zip",
"changelog": "https://raw.githubusercontent.com/siavash79/PixelXpert/canary/CanaryChangelog.md"
}
4 changes: 2 additions & 2 deletions MagiskModuleUpdate_Xposed.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "canary-367",
"versionCode": 367,
"version": "canary-368",
"versionCode": 368,
"zipUrl": "https://github.com/siavash79/PixelXpert/releases/download/canary_builds/PixelXpert.zip",
"changelog": "https://raw.githubusercontent.com/siavash79/PixelXpert/canary/CanaryChangelog.md"
}
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "sh.siava.pixelxpert"
minSdk 33
targetSdk 34
versionCode 367
versionName "canary-367"
versionCode 368
versionName "canary-368"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions latestCanary.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "canary-367",
"versionCode": 367,
"version": "canary-368",
"versionCode": 368,
"zipUrl_Xposed": "https://github.com/siavash79/PixelXpert/releases/download/canary_builds/PixelXpert.zip",
"zipUrl_Full": "https://github.com/siavash79/PixelXpert/releases/download/canary_builds/PixelXpert.zip",
"changelog": "https://raw.githubusercontent.com/siavash79/PixelXpert/canary/CanaryChangelog.md"
Expand Down

0 comments on commit f6ed4da

Please sign in to comment.