We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa61a6 commit 0f6ef4bCopy full SHA for 0f6ef4b
ImmutablePendingIntent-test/build.gradle
@@ -41,7 +41,7 @@ configurations.all {
41
dependencies {
42
implementation project(":ImmutablePendingIntent")
43
testImplementation "junit:junit:4.13.2"
44
- testImplementation "org.robolectric:robolectric:4.10.3"
+ testImplementation "org.robolectric:robolectric:4.13"
45
testImplementation "androidx.test:core-ktx:1.5.0"
46
testImplementation "androidx.test.ext:junit-ktx:1.1.5"
47
testImplementation "com.google.truth:truth:1.1.3"
0 commit comments