AntennaPod/ui/common/build.gradle

8 lines
232 B
Groovy
Raw Normal View History

2021-02-12 21:00:39 +01:00
apply plugin: "com.android.library"
apply from: "../../common.gradle"
2021-02-12 21:00:39 +01:00
dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
}