mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
18 lines
345 B
Groovy
18 lines
345 B
Groovy
apply plugin: 'com.android.library'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
android {
|
|
compileSdkVersion 32
|
|
buildToolsVersion '32.0.0'
|
|
|
|
defaultConfig {
|
|
minSdkVersion 14
|
|
targetSdkVersion 32
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(path: ':icon-pack:classic')
|
|
implementation project(path: ':icon-pack:material')
|
|
}
|