Merge "Set module min_sdk_version to 28"
This commit is contained in:
@@ -18,6 +18,7 @@ android_app {
|
||||
name: "CaptivePortalLogin",
|
||||
srcs: ["src/**/*.java"],
|
||||
sdk_version: "system_current",
|
||||
min_sdk_version: "28",
|
||||
certificate: "networkstack",
|
||||
static_libs: [
|
||||
"android-support-v4",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.captiveportallogin"
|
||||
android:versionCode="10"
|
||||
android:versionCode="11"
|
||||
android:versionName="Q-initial">
|
||||
|
||||
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" />
|
||||
|
||||
@@ -36,6 +36,7 @@ java_library {
|
||||
android_app {
|
||||
name: "NetworkStack",
|
||||
sdk_version: "system_current",
|
||||
min_sdk_version: "28",
|
||||
certificate: "networkstack",
|
||||
privileged: true,
|
||||
static_libs: [
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -21,6 +21,7 @@ android_app {
|
||||
// a classes.dex.
|
||||
srcs: ["src/**/*.java"],
|
||||
platform_apis: true,
|
||||
min_sdk_version: "28",
|
||||
certificate: "networkstack",
|
||||
privileged: true,
|
||||
manifest: "AndroidManifest.xml",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.networkstack.permissionstub"
|
||||
android:sharedUserId="android.uid.networkstack"
|
||||
android:versionCode="10"
|
||||
android:versionCode="11"
|
||||
android:versionName="Q-initial">
|
||||
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" />
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user