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 Dec 22, 2024
2 parents f7f3f53 + b046c23 commit a3787ce
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CanaryChangelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**canary-413**
- A15QPR2 & A16: Fixed hiding privacy indicators
- Fixed random preferences shown on the app

**canary-412**
- A15QPR2B2: Fixed recents taskbar
- Fixed light theme since canary 411
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-412
versionCode=412
version=canary-413
versionCode=413
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-412",
"versionCode": 412,
"version": "canary-413",
"versionCode": 413,
"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-412",
"versionCode": 412,
"version": "canary-413",
"versionCode": 413,
"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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "sh.siava.pixelxpert"
minSdk = 33
targetSdk = 34
versionCode = 412
versionName = "canary-412"
versionCode = 413
versionName = "canary-413"
setProperty("archivesBaseName", "PixelXpert.apk")
ndk {
//noinspection ChromeOsAbiSupport
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-412",
"versionCode": 412,
"version": "canary-413",
"versionCode": 413,
"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 a3787ce

Please sign in to comment.