1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

downgrade robolectric

This commit is contained in:
luvletter2333 2021-07-27 03:40:08 +08:00
parent 0f6b02ac5f
commit e6619a7a0e
No known key found for this signature in database
GPG Key ID: BFD68B892BECC1D8

View File

@ -439,8 +439,8 @@ dependencies {
releaseImplementation "com.google.android.play:core:$playCoreVersion"
testImplementation "junit:junit:4.13.2"
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'org.robolectric:robolectric:4.6.1'
testImplementation "androidx.test:core:1.4.0"
testImplementation "org.robolectric:robolectric:4.5.1"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"