summaryrefslogtreecommitdiff
path: root/parser/media/build.gradle
blob: 106247d1d5f4c531630727c0a4479792009309d3 (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(':model')

    annotationProcessor "androidx.annotation:annotation:$annotationVersion"

    implementation "commons-io:commons-io:$commonsioVersion"

    testImplementation "junit:junit:$junitVersion"
}