summaryrefslogtreecommitdiff
path: root/net/sync/gpoddernet/build.gradle
blob: eb5af1b60db98d2b611d83e4c355731e9be8b3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
apply plugin: "com.android.library"
apply from: "../../../common.gradle"

dependencies {
    implementation project(':net:sync:model')

    annotationProcessor "androidx.annotation:annotation:$annotationVersion"
    implementation "androidx.appcompat:appcompat:$appcompatVersion"

    implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
    implementation "org.apache.commons:commons-lang3:$commonslangVersion"
}