excluded appcompat

This commit is contained in:
orignal 2020-10-27 16:46:39 -04:00
parent a47aa8c282
commit e444519889
2 changed files with 0 additions and 4 deletions

View file

@ -21,8 +21,6 @@ repositories {
dependencies {
implementation 'androidx.core:core:1.0.2'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}
android {