blob: b96d42aadcc97de07ea3a8057a5bf5d814b6048f [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_app {
name: "SoftKeyboard",
srcs: ["**/*.java"],
min_sdk_version: "19",
target_sdk_version: "29",
sdk_version: "current",
static_libs: [
"androidx.annotation_annotation",
],
}