AntennaPod/playback/base/build.gradle
2021-11-28 22:19:14 +01:00

11 lines
245 B
Groovy

apply plugin: "com.android.library"
apply from: "../../common.gradle"
dependencies {
implementation project(':model')
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
testImplementation 'junit:junit:4.13'
}