We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e9726 commit 506dd14Copy full SHA for 506dd14
studyplus-android-sdk/build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
implementation "com.squareup.okhttp3:okhttp"
59
60
testImplementation "junit:junit:4.13.2"
61
- testImplementation "org.robolectric:robolectric:4.5.1"
+ testImplementation 'org.robolectric:robolectric:4.11.1'
62
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
63
testImplementation "com.squareup.okhttp3:mockwebserver"
64
}
0 commit comments