Skip to content

Commit

Permalink
Version update: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub authored and GitHub committed Jan 4, 2025
1 parent 266e32c commit f36481d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CanaryChangelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**canary-421**
- improved hiding the privacy icons

**canary-420**
- Battery icons: 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-420
versionCode=420
version=canary-421
versionCode=421
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-420",
"versionCode": 420,
"version": "canary-421",
"versionCode": 421,
"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-420",
"versionCode": 420,
"version": "canary-421",
"versionCode": 421,
"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 = 420
versionName = "canary-420"
versionCode = 421
versionName = "canary-421"
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-420",
"versionCode": 420,
"version": "canary-421",
"versionCode": 421,
"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 f36481d

Please sign in to comment.