blob: 5ff5a48d07fda6dc86802eac17fbf258e7c277c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
android {
namespace "de.danoeh.antennapod.ui.appstartintent"
}
dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
}
|