File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,16 @@ android {
3838
3939 useLibrary ' android.test.base' // for android.test.AndroidTestCase
4040 useLibrary ' android.test.runner' // for android.test.MoreAsserts
41+
4142}
4243
4344dependencies {
4445 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
45- androidTestImplementation ' androidx.annotation:annotation:1.1.0'
46- androidTestImplementation ' androidx.test.ext:junit:1.1.1'
47- androidTestImplementation ' androidx.test:rules:1.2.0'
48- testImplementation ' junit:junit:4.13'
46+ androidTestImplementation ' androidx.annotation:annotation:1.2.0'
47+ androidTestImplementation ' androidx.test.ext:junit:1.1.3'
48+ androidTestImplementation ' androidx.test:rules:1.4.0'
49+ androidTestImplementation ' androidx.test:core:1.4.0'
50+ testImplementation ' junit:junit:4.13.2'
4951}
5052
5153allprojects {
You can’t perform that action at this time.
0 commit comments