blob: dd388fe934cd27d8e38b4d7242c47b72f64523b8 [file] [log] [blame] [edit]
plugins {
id "com.android.application"
}
description = """
A test program to verify that the Maven dependency on BrlAPI is working.
"""
apply from: rootProject.file("brlapi-android.gradle")
android {
compileSdkVersion "android-29"
buildToolsVersion "29.0.3"
defaultConfig {
targetSdkVersion 29
minSdkVersion 26
}
}