blob: 6f956a2d569c063a9236465595fabf7fb89ebd61 (
plain)
1
2
3
4
5
6
7
8
9
|
apply plugin: "com.android.library"
apply from: "../common.gradle"
dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.media:media:$mediaVersion"
implementation "org.apache.commons:commons-lang3:$commonslangVersion"
}
|