AntennaPod/ui/app-start-intent/build.gradle

13 lines
238 B
Groovy
Raw Permalink Normal View History

2022-02-09 17:28:40 +01:00
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
2021-02-07 11:29:39 +01:00
2023-10-17 20:52:21 +02:00
android {
namespace "de.danoeh.antennapod.ui.appstartintent"
}
2021-02-07 11:29:39 +01:00
dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
}