mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-17 11:19:42 +01:00
c72fd81886
Original idea by @TacoTheDank
11 lines
360 B
Groovy
11 lines
360 B
Groovy
apply plugin: "com.android.library"
|
|
apply from: "../common.gradle"
|
|
|
|
dependencies {
|
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
|
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
|
implementation "androidx.media:media:$mediaVersion"
|
|
|
|
implementation "org.apache.commons:commons-lang3:$commonslangVersion"
|
|
}
|