mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-12 17:08:27 +01:00
11 lines
211 B
Groovy
11 lines
211 B
Groovy
plugins {
|
|
id("com.android.library")
|
|
}
|
|
apply from: "../../../common.gradle"
|
|
|
|
dependencies {
|
|
implementation project(':model')
|
|
|
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
|
}
|