Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiranpise committed Dec 20, 2023
1 parent e607793 commit 24d9634
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 28
targetSdkVersion 33
versionCode 4
versionName "5.0.0"
versionName "6.0.0"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ public void handleLoadPackage(XC_LoadPackage.LoadPackageParam loadPackageParam)
M11TP();
XposedBridge.log("Spoofed " + packageName + " as Xiaomi Mi 11T Pro");
}
if (Arrays.asList(PACKAGE_M11U).contains(packageName)) {
M11U();
XposedBridge.log("Spoofed " + packageName + " as Xiaomi Mi 11 Ultra");
}
}

// Asus
Expand Down

0 comments on commit 24d9634

Please sign in to comment.