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

Commit f09e8f83 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch 'update-version-number' into 'v1-q'

Ugrade versionCode because of GS290 ota issue

See merge request !31
parents d0996573 a2a14fce
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" />