feat: warning for armv7 devices

This commit is contained in:
Aunali321 2023-04-20 23:20:30 +05:30
parent bb681e31c9
commit cdfb09fbfa
3 changed files with 47 additions and 6 deletions

View file

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