exposure-notifications-android icon indicating copy to clipboard operation
exposure-notifications-android copied to clipboard

Test Dependency should migrated to AndroidX

Open seventhmoon opened this issue 4 years ago • 0 comments

In the build.gradle in different modules

testImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' 
testImplementation 'com.android.support.test:runner:1.0.2'

Support Lib has been discontinued and projects should use AndroidX Test (https://developer.android.com/training/testing/set-up-project)

androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test:runner:1.2.0'

Please update the dependency.

seventhmoon avatar May 17 '20 02:05 seventhmoon