We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa61a6 commit a93a49dCopy full SHA for a93a49d
ImmutablePendingIntent-test/build.gradle
@@ -42,8 +42,8 @@ dependencies {
42
implementation project(":ImmutablePendingIntent")
43
testImplementation "junit:junit:4.13.2"
44
testImplementation "org.robolectric:robolectric:4.10.3"
45
- testImplementation "androidx.test:core-ktx:1.5.0"
46
- testImplementation "androidx.test.ext:junit-ktx:1.1.5"
+ testImplementation "androidx.test:core-ktx:1.6.1"
+ testImplementation "androidx.test.ext:junit-ktx:1.2.1"
47
testImplementation "com.google.truth:truth:1.1.3"
48
testImplementation "com.android.tools.lint:lint:$lintVersion"
49
testImplementation "com.android.tools.lint:lint-tests:$lintVersion"
0 commit comments