We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63827b commit ae9def1Copy full SHA for ae9def1
gradle/dependencies.gradle
@@ -35,7 +35,7 @@ ext.deps = [
35
'runner' : 'androidx.test:runner:1.5.2',
36
],
37
38
- 'spock' : 'org.spockframework:spock-junit4:2.1-M2-groovy-3.0',
+ 'spock' : 'org.spockframework:spock-junit4:2.4-M1-groovy-3.0',
39
'junit' : 'junit:junit:4.13.2',
40
'truth' : 'com.google.truth:truth:1.4.4',
41
]
0 commit comments