Files
KeePassDX/icon-pack-material/build.gradle
2019-07-13 15:38:47 +02:00

22 lines
349 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 27
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
}
}
resourcePrefix 'material_'
}