mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: We do not need build number for now
This commit is contained in:
@ -5,13 +5,11 @@ class AboutInfo {
|
||||
static Future<Map<String, dynamic>> getInfo() async {
|
||||
final packageInfo = await PackageInfo.fromPlatform();
|
||||
final info = await DeviceInfoPlugin().androidInfo;
|
||||
|
||||
return {
|
||||
'version': packageInfo.version,
|
||||
'buildNumber': packageInfo.buildNumber,
|
||||
'model': info.model,
|
||||
'androidVersion': info.version.release,
|
||||
'arch': info.supported64BitAbis
|
||||
'arch': info.supportedAbis.first
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user