mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-24 07:41:13 +01:00
9 lines
199 B
Groovy
9 lines
199 B
Groovy
|
apply plugin: "com.android.library"
|
||
|
apply from: "../common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(':model')
|
||
|
|
||
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
||
|
}
|