Clean up unused module AndroidX libraries
This commit is contained in:
parent
f8779fbba2
commit
310bb46c13
|
@ -3,7 +3,6 @@ apply from: "../common.gradle"
|
|||
|
||||
dependencies {
|
||||
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
||||
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
||||
implementation "androidx.media:media:$mediaVersion"
|
||||
|
||||
implementation "org.apache.commons:commons-lang3:$commonslangVersion"
|
||||
|
|
|
@ -3,5 +3,4 @@ apply from: "../../common.gradle"
|
|||
|
||||
dependencies {
|
||||
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
||||
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
||||
}
|
||||
|
|
|
@ -10,5 +10,4 @@ android {
|
|||
|
||||
dependencies {
|
||||
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
||||
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue