2021-11-28 22:19:14 +01:00
|
|
|
apply plugin: "com.android.library"
|
|
|
|
apply from: "../../common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':model')
|
|
|
|
|
|
|
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
|
|
|
|
2021-12-04 19:01:22 +01:00
|
|
|
testImplementation "junit:junit:$junitVersion"
|
2021-11-28 22:19:14 +01:00
|
|
|
}
|