2021-04-24 16:18:02 +02:00
|
|
|
apply plugin: "com.android.library"
|
2021-05-11 22:14:56 +02:00
|
|
|
apply from: "../../../common.gradle"
|
2021-04-24 16:18:02 +02:00
|
|
|
|
|
|
|
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"
|
|
|
|
}
|