2022-02-09 17:28:40 +01:00
|
|
|
plugins {
|
|
|
|
id("com.android.library")
|
|
|
|
}
|
2021-05-11 22:14:56 +02:00
|
|
|
apply from: "../../common.gradle"
|
2021-04-17 11:57:27 +02:00
|
|
|
|
|
|
|
android {
|
2023-10-17 20:52:21 +02:00
|
|
|
namespace "de.danoeh.antennapod.ui.pngicons"
|
|
|
|
|
2021-04-17 11:57:27 +02:00
|
|
|
defaultConfig {
|
|
|
|
vectorDrawables.useSupportLibrary false
|
2021-07-24 09:31:49 +02:00
|
|
|
vectorDrawables.generatedDensities = ["xhdpi"]
|
2021-04-17 11:57:27 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
|
|
|
}
|