Skip to content

Commit

Permalink
test: bump various test sdk dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bensandee committed Jun 27, 2024
1 parent 000cd90 commit 83c2094
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,17 @@ dependencies {
testImplementation "io.mockk:mockk-android:1.13.11"
testImplementation "com.google.truth:truth:1.4.2"

androidTestImplementation "androidx.test:runner:1.5.2"
androidTestImplementation "androidx.test:rules:1.5.0"
androidTestImplementation "androidx.test:core:1.5.0"
androidTestImplementation "androidx.test:core-ktx:1.5.0"
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1"
androidTestImplementation "androidx.test.espresso:espresso-intents:3.5.1"
androidTestImplementation "androidx.test.ext:junit:1.1.5"
androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
androidTestImplementation "androidx.test.ext:truth:1.5.0"
androidTestImplementation "androidx.test:runner:1.6.1"
androidTestImplementation "androidx.test:rules:1.6.1"
androidTestImplementation "androidx.test:core:1.6.1"
androidTestImplementation "androidx.test:core-ktx:1.6.1"
androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1"
androidTestImplementation "androidx.test.espresso:espresso-intents:3.6.1"
androidTestImplementation "androidx.test.ext:junit:1.2.1"
androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1"
androidTestImplementation "androidx.test.ext:truth:1.6.0"
androidTestImplementation "io.mockk:mockk-android:1.13.11"
androidTestUtil "androidx.test:orchestrator:1.4.2"
androidTestUtil "androidx.test:orchestrator:1.5.0"

// workaround for gradle bug https://github.com/gradle/gradle/issues/22326, keep until fixed
modules {
Expand Down

0 comments on commit 83c2094

Please sign in to comment.