upgrade gradle and android gradle plugin (#1957)

This commit is contained in:
Konrad Pozniak 2020-10-19 14:47:40 +02:00 committed by GitHub
commit e572e653ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -177,6 +177,4 @@ dependencies {
androidTestImplementation "androidx.test.espresso:espresso-core:3.2.0"
androidTestImplementation "androidx.room:room-testing:$roomVersion"
androidTestImplementation "androidx.test.ext:junit:1.1.1"
debugImplementation "im.dino:dbinspector:4.0.0@aar"
}