Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-09 05:04:33 +0300
committerGitHub <noreply@github.com>2022-11-09 05:04:33 +0300
commit9c72baefa45671e48b78be0640646dd6e20ec52a (patch)
tree47f079b25db7196ff721af94783c3a40f87d61e4
parent338f9e9a43c99e6e38d7313340b715dced670c0a (diff)
Bump core from 1.4.0 to 1.5.0
Bumps core from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 867be7ccf..297a19d81 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -295,7 +295,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:4.8.1'
- androidTestImplementation "androidx.test:core:1.4.0"
+ androidTestImplementation "androidx.test:core:1.5.0"
// Espresso core
androidTestImplementation ("androidx.test.espresso:espresso-core:$espressoVersion", {