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 Oct 27, 2024
2 parents f9ba282 + c4cbd90 commit 15957a7
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-399**
- A15QPR1B3: basic compatibility

**canary-398**
- Pytorch AI model: fixed model not working on canary releases

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-398
versionCode=398
version=canary-399
versionCode=399
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-398",
"versionCode": 398,
"version": "canary-399",
"versionCode": 399,
"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-398",
"versionCode": 398,
"version": "canary-399",
"versionCode": 399,
"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
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "sh.siava.pixelxpert"
minSdk 33
targetSdk 34
versionCode 398
versionName "canary-398"
versionCode 399
versionName "canary-399"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

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-398",
"versionCode": 398,
"version": "canary-399",
"versionCode": 399,
"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 15957a7

Please sign in to comment.