We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 929821e + 8b211dd commit efb2760Copy full SHA for efb2760
java/Android.bp
@@ -53,7 +53,7 @@ android_app {
53
// Include all the resources regardless of system supported locales
54
aapt_include_all_resources: true,
55
56
- min_sdk_version: "21",
+ min_sdk_version: "23",
57
target_sdk_version: "30",
58
sdk_version: "current",
59
tests/Android.bp
@@ -49,7 +49,7 @@ android_test {
49
50
instrumentation_for: "LatinIME",
51
52
- min_sdk_version: "19",
}
0 commit comments