mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
feat: clarify architecture in about section
This commit changes `Arch` to `Supported Arch(s)`
This commit is contained in:
@ -11,7 +11,7 @@ class AboutInfo {
|
||||
'flavor': kReleaseMode ? 'release' : 'debug',
|
||||
'model': info.model,
|
||||
'androidVersion': info.version.release,
|
||||
'arch': info.supportedAbis
|
||||
'supportedArch': info.supportedAbis
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user