diff --git a/CanaryChangelog.md b/CanaryChangelog.md index c4e1d8ad..406fa855 100644 --- a/CanaryChangelog.md +++ b/CanaryChangelog.md @@ -1,3 +1,6 @@ +**canary-421** +- improved hiding the privacy icons + **canary-420** - Battery icons: bugfix diff --git a/MagiskModBase/module.prop b/MagiskModBase/module.prop index 5add1f8f..017b3153 100644 --- a/MagiskModBase/module.prop +++ b/MagiskModBase/module.prop @@ -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 diff --git a/MagiskModuleUpdate_Full.json b/MagiskModuleUpdate_Full.json index 3d92703d..54ffc356 100644 --- a/MagiskModuleUpdate_Full.json +++ b/MagiskModuleUpdate_Full.json @@ -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" } \ No newline at end of file diff --git a/MagiskModuleUpdate_Xposed.json b/MagiskModuleUpdate_Xposed.json index 3d92703d..54ffc356 100644 --- a/MagiskModuleUpdate_Xposed.json +++ b/MagiskModuleUpdate_Xposed.json @@ -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" } \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c05315df..f23b3b6d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 diff --git a/latestCanary.json b/latestCanary.json index 163b3382..2386b30c 100644 --- a/latestCanary.json +++ b/latestCanary.json @@ -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"