mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: Improve experience of rooted patched app installations (#59)
This commit is contained in:
parent
9e178ba584
commit
27ef74b561
22 changed files with 203 additions and 299 deletions
|
@ -16,7 +16,7 @@ class PatchedApplication {
|
|||
)
|
||||
Uint8List icon;
|
||||
DateTime patchDate;
|
||||
final bool isRooted;
|
||||
bool isRooted;
|
||||
bool hasUpdates;
|
||||
List<String> appliedPatches;
|
||||
List<String> changelog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue