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

13 lines
238 B
Groovy

plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
android {
namespace "de.danoeh.antennapod.ui.appstartintent"
}
dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
}