mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: clarify architecture in about section
This commit changes `Arch` to `Supported Arch(s)`
This commit is contained in:
parent
67c5d67a61
commit
2e38a4567a
2 changed files with 5 additions and 3 deletions
|
@ -11,7 +11,7 @@ class AboutInfo {
|
|||
'flavor': kReleaseMode ? 'release' : 'debug',
|
||||
'model': info.model,
|
||||
'androidVersion': info.version.release,
|
||||
'arch': info.supportedAbis
|
||||
'supportedArch': info.supportedAbis
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue