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
path: root/app
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-25 08:20:13 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-01-25 09:08:40 +0300
commita67842630c899e71561c83b88b4028739af15000 (patch)
treea3252de149911bde90c9d211380e41b757a1d298 /app
parenta2099ccc8df0bc6834d321fe5731a037621da71e (diff)
Bump robolectric from 4.4 to 4.5
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.4 to 4.5. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.4...robolectric-4.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 06eec33a5..8c96c554e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -113,7 +113,7 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13.1'
- testImplementation 'org.robolectric:robolectric:4.4'
+ testImplementation 'org.robolectric:robolectric:4.5'
testImplementation 'org.mockito:mockito-core:3.7.7'
def powermockVersion = "2.0.9"
testImplementation "org.powermock:powermock-core:$powermockVersion"