From 360052f3044eee612af1cbfcd1f2e202096e3541 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Mon, 14 Jun 2021 20:32:50 -0700 Subject: Bump targetSdkVersion to "30" With this CL, versionCode, targetSdkVersion and minSdkVersion will be bumped/set as follows: versionCode: 28 -> 30 targetSdkVersion: 28 -> 30 minSdkVersion: 21 As far as we know, there should be no user-visible behavior change on supported OS versions. Fix: 189558760 Test: manually verified that LatinIME still is functional Change-Id: I4bf7588c62fb77bf78d4afcb665e9bfbbef53966 --- tests/Android.bp | 2 +- tests/AndroidManifest.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/Android.bp b/tests/Android.bp index e1db354c3..4c5b74a91 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -50,6 +50,6 @@ android_test { instrumentation_for: "LatinIME", min_sdk_version: "14", - target_sdk_version: "21", + target_sdk_version: "30", sdk_version: "current", } diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index e788e0b7c..95ddb0a2a 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -16,9 +16,9 @@ + android:versionCode="30"> - + -- cgit v1.2.3-83-g751a