Update test library references

This commit is contained in:
Nick Parker 2021-07-15 15:13:24 -05:00
parent 27a6feb8f7
commit 6926ff13bd

View File

@ -38,14 +38,16 @@ android {
useLibrary 'android.test.base' // for android.test.AndroidTestCase
useLibrary 'android.test.runner' // for android.test.MoreAsserts
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test:rules:1.2.0'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.annotation:annotation:1.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test:core:1.4.0'
testImplementation 'junit:junit:4.13.2'
}
allprojects {