updater: Show update's version wherever applicable
Currently at most of the places, build version is obtained from BuildInfoUtils.getBuildVersion()
method. This method obtains build version from the current running system's property.
At /e/, we bump version number on every new OTA. This results in version mismatch in several places
in the updater app. Let's get the version from the update itself to show the proper version.
Signed-off-by:
Aayush Gupta <theimpulson@e.email>
Loading
Please register or sign in to comment