mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-24 18:09:42 +02:00
Update packages, increment version, run dart fix, switch to Shizuku plugin fork with bugfix (maybe temp)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user