feat: clarify architecture in about section

This commit changes `Arch` to `Supported Arch(s)`
This commit is contained in:
Pun 2023-06-02 21:43:41 +07:00 committed by Ushie
parent 67c5d67a61
commit 2e38a4567a
2 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,7 @@ class AboutInfo {
'flavor': kReleaseMode ? 'release' : 'debug',
'model': info.model,
'androidVersion': info.version.release,
'arch': info.supportedAbis
'supportedArch': info.supportedAbis
};
}
}