Skip to content

Commit ef7dbc2

Browse files
Bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0
Bumps androidx.arch.core:core-testing from 2.1.0 to 2.2.0. --- updated-dependencies: - dependency-name: androidx.arch.core:core-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3095d02 commit ef7dbc2

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)