Skip to content

Commit 7660f21

Browse files
authored
Merge pull request #3932 from owncloud/dependabot/gradle/androidx.arch.core-core-testing-2.2.0
Bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0
2 parents 3095d02 + ef7dbc2 commit 7660f21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
sdkTargetVersion = 31
77

88
// Android jetpack
9-
androidxArchCore = "2.1.0"
9+
androidxArchCore = "2.2.0"
1010
androidxLifecycle = "2.5.1"
1111
androidxRoom = "2.5.0"
1212
androidxCore = "1.9.0"

owncloudApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
// Instrumented tests
6767
androidTestImplementation project(":owncloudTestUtil")
6868
androidTestImplementation "androidx.annotation:annotation:$androidxAnnotation"
69-
androidTestImplementation "androidx.arch.core:core-testing:2.1.0"
69+
androidTestImplementation "androidx.arch.core:core-testing:2.2.0"
7070
androidTestImplementation "androidx.test.espresso:espresso-contrib:$androidxTestEspresso"
7171
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxTestEspresso"
7272
androidTestImplementation "androidx.test.espresso:espresso-intents:$androidxTestEspresso"

0 commit comments

Comments
 (0)