mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-17 19:29:44 +01:00
c72fd81886
Original idea by @TacoTheDank
8 lines
232 B
Groovy
8 lines
232 B
Groovy
apply plugin: "com.android.library"
|
|
apply from: "../../common.gradle"
|
|
|
|
dependencies {
|
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
|
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
|
}
|