Revert build gradle

This commit is contained in:
2021-07-20 10:01:47 +02:00
parent 1b0f9fb4de
commit ef3bac3b0b
3 changed files with 4 additions and 9 deletions

View File

@@ -24,8 +24,6 @@ android {
dependencies {
implementation project(":app")
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.annotation:annotation:1.2.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
}