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

Commit 68ec3296 authored by Akshay's avatar Akshay Committed by android-build-merger
Browse files

qt-dev should be v290000000 and targetSdkVersion=29

am: 9f145111

Change-Id: I38743dc71903b8f121df97814216dd467888c587
parents 87d6a592 9f145111
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -19,11 +19,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="com.android.networkstack"
  package="com.android.networkstack"
  android:sharedUserId="android.uid.networkstack"
  android:sharedUserId="android.uid.networkstack"
  android:versionCode="220000000"
  android:versionCode="290000000"
  android:versionName="29 system image"
  android:versionName="2019-09"
>
>


    <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" />
    <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />


    <!-- Permissions must be defined here, and not in the base manifest, as the network stack
    <!-- Permissions must be defined here, and not in the base manifest, as the network stack
         running in the system server process does not need any permission, and having privileged
         running in the system server process does not need any permission, and having privileged