mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
fix: Update package name if MicroG was applied
This commit is contained in:
parent
9f3a30d9f2
commit
cdb492910c
3 changed files with 8 additions and 3 deletions
|
@ -7,7 +7,7 @@ part 'patched_application.g.dart';
|
|||
@JsonSerializable()
|
||||
class PatchedApplication {
|
||||
String name;
|
||||
final String packageName;
|
||||
String packageName;
|
||||
String version;
|
||||
final String apkFilePath;
|
||||
@JsonKey(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue