mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: Update package name if MicroG was applied
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user