Update packages, increment version, run dart fix, switch to Shizuku plugin fork with bugfix (maybe temp)

This commit is contained in:
Imran Remtulla
2025-03-29 23:45:28 -04:00
parent 6a3805723d
commit b6ef153bfa
5 changed files with 23 additions and 21 deletions

View File

@@ -363,7 +363,7 @@ class App {
otherAssetUrls: otherAssetUrls);
factory App.fromJson(Map<String, dynamic> json) {
Map<String, dynamic> originalJSON = new Map.from(json);
Map<String, dynamic> originalJSON = Map.from(json);
try {
json = appJSONCompatibilityModifiers(json);
} catch (e) {