mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-30 12:30:16 +02:00
Update packages, increment version, run dart fix, switch to Shizuku plugin fork with bugfix (maybe temp)
This commit is contained in:
@@ -800,7 +800,9 @@ class AppsProvider with ChangeNotifier {
|
||||
if (newInfo == null) {
|
||||
try {
|
||||
file.file.deleteSync(recursive: true);
|
||||
additionalAPKs.forEach((a) => a.file.deleteSync(recursive: true));
|
||||
for (var a in additionalAPKs) {
|
||||
a.file.deleteSync(recursive: true);
|
||||
}
|
||||
} catch (e) {
|
||||
//
|
||||
} finally {
|
||||
|
@@ -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