| 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 | |
| } | |
| } |