Remove dexter dependency

This commit is contained in:
topjohnwu
2020-01-03 02:06:53 +08:00
parent 40c64d50d5
commit 465aaeff82
9 changed files with 34 additions and 60 deletions

View File

@@ -132,5 +132,4 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'com.google.android.material:material:1.2.0-alpha01'
implementation 'com.karumi:dexter:6.0.0'
}