Drop duplicate import

This commit is contained in:
max-klaus 2020-03-27 23:22:30 +03:00
parent 684e5ddf15
commit f0505fb032

View file

@ -153,5 +153,4 @@ dependencies {
exclude group: 'com.android.support' exclude group: 'com.android.support'
} }
implementation 'org.jetbrains:annotations-java5:15.0' implementation 'org.jetbrains:annotations-java5:15.0'
implementation 'androidx.annotation:annotation:1.1.0'
} }