diff --git a/CanaryChangelog.md b/CanaryChangelog.md index f4be6607..c486919d 100644 --- a/CanaryChangelog.md +++ b/CanaryChangelog.md @@ -1,3 +1,6 @@ +**canary-430** +- advanced power menu + **canary-429** - A16b1: Fixed keyguard mods diff --git a/MagiskModBase/module.prop b/MagiskModBase/module.prop index d80a9fb7..f91dd262 100644 --- a/MagiskModBase/module.prop +++ b/MagiskModBase/module.prop @@ -1,7 +1,7 @@ id=PixelXpert name=Pixel Xpert -version=canary-429 -versionCode=429 +version=canary-430 +versionCode=430 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 c9558708..234af28d 100644 --- a/MagiskModuleUpdate_Full.json +++ b/MagiskModuleUpdate_Full.json @@ -1,6 +1,6 @@ { - "version": "canary-429", - "versionCode": 429, + "version": "canary-430", + "versionCode": 430, "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 c9558708..234af28d 100644 --- a/MagiskModuleUpdate_Xposed.json +++ b/MagiskModuleUpdate_Xposed.json @@ -1,6 +1,6 @@ { - "version": "canary-429", - "versionCode": 429, + "version": "canary-430", + "versionCode": 430, "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 f568f756..aec15bfb 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 = 429 - versionName = "canary-429" + versionCode = 430 + versionName = "canary-430" setProperty("archivesBaseName", "PixelXpert.apk") ndk { //noinspection ChromeOsAbiSupport diff --git a/latestCanary.json b/latestCanary.json index 89beca97..90527413 100644 --- a/latestCanary.json +++ b/latestCanary.json @@ -1,6 +1,6 @@ { - "version": "canary-429", - "versionCode": 429, + "version": "canary-430", + "versionCode": 430, "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"