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

Commit 7005b005 authored by Gabriele M's avatar Gabriele M
Browse files

Updater: Set version code explicitly

In this way apks built with gradle/Android Studio will have the
same versionCode, allowing to update the one in /system.

Change-Id: I020cc623dd7c1c5085fec4e6f5978b6ee46468a2
parent e50edf08
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="org.lineageos.updater">
    package="org.lineageos.updater"
    android:versionCode="1">

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