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

7 lines
164 B
Groovy
Raw Normal View History

2021-02-07 11:29:39 +01:00
apply plugin: "com.android.library"
apply from: "../../common.gradle"
2021-02-07 11:29:39 +01:00
dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
}