summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2022-05-17 05:47:04 +0000
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2022-05-26 02:58:56 +0000
commit5c1245118aad773bd66efe888cfa9342b402d788 (patch)
tree6344ab7b8a2ae84bf550bc9e9fe922a160101190
parent227c9fdc5943a74e4c9e1927b5f77183b1a44d09 (diff)
downloadCaptivePortalLogin-5c1245118aad773bd66efe888cfa9342b402d788.tar.gz
Bump CaptivePortalLogin to target_sdk_version 33
The list of changes for apps targeting 33 contains nothing relevant to CaptivePortalLogin except for the foreground service notification, which is used for file downloads. CaptivePortalLogin has a pre-grant for that notification permission, so behavior when it is not granted does not apply. Change-Id: Ifd9919e5bd362c76872741ba24386a1b4d0954d9 Test: atest CaptivePortalTests; also manually tried a download Bug: 216396304 (cherry picked from commit 3996a1af55f2ec889fc3410b44f25565f550ebc9) Merged-In: Ifd9919e5bd362c76872741ba24386a1b4d0954d9
-rw-r--r--Android.bp2
-rw-r--r--tests/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index e9b9eb7..63123b7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -23,7 +23,7 @@ java_defaults {
srcs: ["src/**/*.java"],
sdk_version: "system_current",
min_sdk_version: "29",
- target_sdk_version: "31", // Keep in sync with CaptivePortalLoginTests
+ target_sdk_version: "33", // Keep in sync with CaptivePortalLoginTests
static_libs: [
"androidx.annotation_annotation",
"androidx.legacy_legacy-support-v4",
diff --git a/tests/Android.bp b/tests/Android.bp
index 643d9f2..5e7859e 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -28,7 +28,7 @@ android_test {
platform_apis: true,
compile_multilib: "both",
min_sdk_version: "29",
- target_sdk_version: "31", // Keep in sync with CaptivePortalLogin
+ target_sdk_version: "33", // Keep in sync with CaptivePortalLogin
test_suites: ["general-tests", "mts-networking"],
static_libs: [