mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-03 04:47:36 +03:00
13 lines
236 B
Groovy
13 lines
236 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
namespace 'com.kunzisoft.keepass.icon.classic'
|
|
compileSdkVersion 34
|
|
|
|
defaultConfig {
|
|
minSdkVersion 14
|
|
targetSdkVersion 34
|
|
}
|
|
|
|
resourcePrefix 'classic_'
|
|
}
|