mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-03 04:47:36 +03:00
14 lines
269 B
Groovy
14 lines
269 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
namespace 'com.kunzisoft.keepass.icon.material'
|
|
compileSdkVersion 33
|
|
buildToolsVersion '33.0.2'
|
|
|
|
defaultConfig {
|
|
minSdkVersion 14
|
|
targetSdkVersion 33
|
|
}
|
|
|
|
resourcePrefix 'material_'
|
|
}
|