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

Commit abe4f3b1 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Bump NetworkStack package version code

The version code in the manifest is only used for development
builds, as release builds dynamically replace it.

The first digits of the version code should represent the target SDK,
so set it to 31 for NetworkStackNext. To allow installing
development builds on any platform, also bump NetworkStack's
version to 309999999.

Bug: 170183552
Test: m

Change-Id: I55d95e0762df3357c1a8e58b8cb70865671a962a
parent 6b024d1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="com.android.networkstack"
  android:sharedUserId="android.uid.networkstack"
  android:versionCode="300000000"
  android:versionName="2019-09"
  android:versionCode="309999900"
  android:versionName="r_aml_309999900"
>
    <!-- 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
+2 −2
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.networkstack"
          android:sharedUserId="android.uid.networkstack"
          android:versionCode="300000000"
          android:versionName="R-next">
          android:versionCode="310000000"
          android:versionName="S-next">
</manifest>