Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Murphy
cw-andexplore
Commits
b0b1f8d2
Commit
b0b1f8d2
authored
Jun 02, 2019
by
Mark Murphy
Browse files
fixed broken dependency reference
parent
432ba666
Changes
1
Hide whitespace changes
Inline
Side-by-side
T36-Internet/ToDo/app/build.gradle
View file @
b0b1f8d2
...
...
@@ -61,7 +61,7 @@ dependencies {
kapt
"androidx.room:room-compiler:$room_version"
testImplementation
'junit:junit:4.12'
testImplementation
"androidx.arch.core:core-testing:2.0.0"
testImplementation
"org.amshove.kluent:kluent-android
-android
:1.49"
testImplementation
"org.amshove.kluent:kluent-android:1.49"
testImplementation
"org.mockito:mockito-inline:2.21.0"
testImplementation
"com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0"
testImplementation
'com.jraska.livedata:testing-ktx:1.1.0'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment