Skip to content

Commit ad105f6

Browse files
committed
forgot single quote
1 parent c6973f6 commit ad105f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ targetCompatibility = JavaVersion.VERSION_1_8
1111
dependencies {
1212
compile 'io.reactivex:rxjava:2.0.+'
1313
testCompile 'junit:junit-dep:4.+'
14-
testCompile 'org.mockito:mockito-core:1.8.5
14+
testCompile 'org.mockito:mockito-core:1.8.5'
1515
}
1616

1717

0 commit comments

Comments
 (0)