summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2019-03-05 07:36:15 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-03-05 07:36:15 -0800
commitd7fb2fd585d4b9c25898af8c613f66e3aeae98ec (patch)
tree78c851b17018537b7a760a62d12ee70d9e0361f2 /Android.bp
parent843e5aa827ece99ef7d8947eaef99224bbab0d27 (diff)
parent5706dedd767638593d8a799967f0be79c9c07e3c (diff)
downloadplatform_packages_modules_CaptivePortalLogin-d7fb2fd585d4b9c25898af8c613f66e3aeae98ec.tar.gz
platform_packages_modules_CaptivePortalLogin-d7fb2fd585d4b9c25898af8c613f66e3aeae98ec.tar.bz2
platform_packages_modules_CaptivePortalLogin-d7fb2fd585d4b9c25898af8c613f66e3aeae98ec.zip
Merge "Set module min_sdk_version to 28" am: f756dee1b4 am: b936c95bf8
am: 57699540f3 Change-Id: I81b1485dc3b6e8f034aa9695cf4db7487d1da9ba
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a71977f..bc614e9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,7 @@ android_app {
name: "CaptivePortalLogin",
srcs: ["src/**/*.java"],
sdk_version: "system_current",
+ min_sdk_version: "28",
certificate: "networkstack",
static_libs: [
"androidx.legacy_legacy-support-v4",