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