mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-10 16:06:34 +01:00
c72fd81886
Original idea by @TacoTheDank
10 lines
273 B
Groovy
10 lines
273 B
Groovy
apply plugin: "com.android.library"
|
|
apply from: "../../../common.gradle"
|
|
|
|
dependencies {
|
|
implementation project(':model')
|
|
|
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
|
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
|
}
|