From e8af1c462311f8a881bcab0dcf4ec28a89eb7479 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 23 Dec 2023 12:26:30 +0000 Subject: [PATCH] Version update: Release --- CanaryChangelog.md | 3 +++ MagiskModBase/module.prop | 4 ++-- MagiskModuleUpdate_Full.json | 4 ++-- MagiskModuleUpdate_Xposed.json | 4 ++-- app/build.gradle | 4 ++-- latestCanary.json | 4 ++-- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CanaryChangelog.md b/CanaryChangelog.md index 0015d327e..a4db9a5de 100644 --- a/CanaryChangelog.md +++ b/CanaryChangelog.md @@ -1,3 +1,6 @@ +**canary-316** +- Fixed QS footer actions layout margins + **canary-315** - A14ap11: Fixed hiding the mobile roaming indicator - A14: Improved QS pull up/down diff --git a/MagiskModBase/module.prop b/MagiskModBase/module.prop index f60d08814..2ffcabd17 100644 --- a/MagiskModBase/module.prop +++ b/MagiskModBase/module.prop @@ -1,7 +1,7 @@ id=PixelXpert name=Pixel Xpert -version=canary-315 -versionCode=315 +version=canary-316 +versionCode=316 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 b4aa9b77b..19ec9ca46 100644 --- a/MagiskModuleUpdate_Full.json +++ b/MagiskModuleUpdate_Full.json @@ -1,6 +1,6 @@ { - "version": "canary-315", - "versionCode": 315, + "version": "canary-316", + "versionCode": 316, "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 b4aa9b77b..19ec9ca46 100644 --- a/MagiskModuleUpdate_Xposed.json +++ b/MagiskModuleUpdate_Xposed.json @@ -1,6 +1,6 @@ { - "version": "canary-315", - "versionCode": 315, + "version": "canary-316", + "versionCode": 316, "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 b/app/build.gradle index d6ff7ee04..a40241e88 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "sh.siava.pixelxpert" minSdk 33 targetSdk 34 - versionCode 315 - versionName "canary-315" + versionCode 316 + versionName "canary-316" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/latestCanary.json b/latestCanary.json index 82eb7956c..1f8ae3ab7 100644 --- a/latestCanary.json +++ b/latestCanary.json @@ -1,6 +1,6 @@ { - "version": "canary-315", - "versionCode": 315, + "version": "canary-316", + "versionCode": 316, "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"