Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2a14fce authored by Alexandre Roux's avatar Alexandre Roux
Browse files

ugrade versionCode since GS290 issue, we had to update the app to apply an ota

parent 34b85506
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="org.lineageos.updater"
    android:versionCode="1">
    android:versionCode="3"
    android:versionName="8">
<!--

We've reduced versionName because of an issue with Apps which 
is using VersionName instead of VersionCode for system apps 
and is using it in a reverted way, meaning that a system app 
needs to have a lower version than the previously installed
to be updated. This will be fixed later

-->
    <uses-permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />