mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
feat: warning for armv7 devices
This commit is contained in:
parent
bb681e31c9
commit
cdfb09fbfa
3 changed files with 47 additions and 6 deletions
|
@ -11,7 +11,7 @@ class AboutInfo {
|
|||
'flavor': kReleaseMode ? 'release' : 'debug',
|
||||
'model': info.model,
|
||||
'androidVersion': info.version.release,
|
||||
'arch': info.supportedAbis.first
|
||||
'arch': info.supportedAbis
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue