blob: e1dcd0aab46611130818938128ce09e2ea4ab461 [file] [log] [blame] [edit]
plugins {
id "com.android.library"
}
description = """
"${project.name}" is a Java wrapper for the native "${rootProject.name}" code.
"""
apply from: "brltty.gradle"
android {
compileSdkVersion "android-31"
buildToolsVersion "29.0.3"
defaultConfig {
targetSdkVersion 30
minSdkVersion 16
}
}