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
diff --git a/java/Android.bp b/java/Android.bp
index e3e644c..613b451 100644
--- a/java/Android.bp
+++ b/java/Android.bp
@@ -53,8 +53,8 @@
// Include all the resources regardless of system supported locales
aapt_include_all_resources: true,
- min_sdk_version: "14",
- target_sdk_version: "23",
+ min_sdk_version: "21",
+ target_sdk_version: "30",
sdk_version: "current",
product_specific: true,