Skip to content
Snippets Groups Projects
Commit 15e014dc authored by Sebastian's avatar Sebastian
Browse files

Use concrete version of junit

parent 7a5c3c49
No related branches found
No related tags found
1 merge request!1Basic project setup
......@@ -39,7 +39,7 @@ dependencies {
kapt 'com.google.dagger:dagger-compiler:2.37'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.+'
testImplementation 'junit:junit:4.13.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment