mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-15 18:30:41 +01:00
15 lines
276 B
Groovy
15 lines
276 B
Groovy
plugins {
|
|
id("com.android.library")
|
|
}
|
|
apply from: "../../../common.gradle"
|
|
|
|
android {
|
|
namespace "de.danoeh.antennapod.net.sync.model"
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':model')
|
|
|
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
|
}
|