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

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

Set module min_sdk_version to 28

The modules are not actually compatible with 28, but this is necessary
as tooling does not support "Q" as a version in the APK.

This will need to be changed to the new version number as soon as it is
available.

Test: m
Change-Id: I1d88f80c293b4667244d219a6989dd11be90f12a
parent 189c598d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ java_library {
android_app {
    name: "NetworkStack",
    sdk_version: "system_current",
    min_sdk_version: "28",
    certificate: "networkstack",
    privileged: true,
    static_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.networkstack"
          android:sharedUserId="android.uid.networkstack"
          android:versionCode="10"
          android:versionCode="11"
          android:versionName="Q-initial">
    <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" />
    <uses-permission android:name="android.permission.INTERNET" />