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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-26 08:21:02 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-26 08:41:59 +0300
commit36aeaf3fe51e602951ef1d32ebffe787f7f095f4 (patch)
treed7ca83f4d9b2aad7c22ca185891c0619e11384d8 /cross-tab-drag-and-drop
parent263ddc2a616e5b26b9e9292b03c0869375a54e09 (diff)
Bump espresso-core from 3.2.0 to 3.3.0
Bumps espresso-core from 3.2.0 to 3.3.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'cross-tab-drag-and-drop')
-rw-r--r--cross-tab-drag-and-drop/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-tab-drag-and-drop/build.gradle b/cross-tab-drag-and-drop/build.gradle
index 1874eed8f..29801b5c6 100644
--- a/cross-tab-drag-and-drop/build.gradle
+++ b/cross-tab-drag-and-drop/build.gradle
@@ -36,5 +36,5 @@ dependencies {
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}