mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-14 18:07:42 +01:00
12 lines
298 B
Groovy
12 lines
298 B
Groovy
plugins {
|
|
id("com.android.library")
|
|
}
|
|
apply from: "../common.gradle"
|
|
|
|
dependencies {
|
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
|
implementation "androidx.media:media:$mediaVersion"
|
|
|
|
implementation "org.apache.commons:commons-lang3:$commonslangVersion"
|
|
}
|