Skip to content

Commit a93a49d

Browse files
Update androidx.test
1 parent 2aa61a6 commit a93a49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ImmutablePendingIntent-test/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ dependencies {
4242
implementation project(":ImmutablePendingIntent")
4343
testImplementation "junit:junit:4.13.2"
4444
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"
45+
testImplementation "androidx.test:core-ktx:1.6.1"
46+
testImplementation "androidx.test.ext:junit-ktx:1.2.1"
4747
testImplementation "com.google.truth:truth:1.1.3"
4848
testImplementation "com.android.tools.lint:lint:$lintVersion"
4949
testImplementation "com.android.tools.lint:lint-tests:$lintVersion"

0 commit comments

Comments
 (0)