blob: dcd1144dbf338c88fa88e8d9754fc5a79d5bdc0f [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt')
}
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0-rc02'
}