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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-05 05:01:37 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2023-05-16 20:23:17 +0300
commit9661b627b5dda0ab54639334973416d51695f7aa (patch)
treed9b81b40c4737abe53b589ab39fc78160e6482d4 /app
parent2e57a7d87a44cc3248778701d4261a0123d11e4f (diff)
build(deps): Bump org.robolectric:robolectric from 4.10 to 4.10.2
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10 to 4.10.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.10...robolectric-4.10.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.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 928a3a21..bdbffa5a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -121,7 +121,7 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.3.1'
- testImplementation 'org.robolectric:robolectric:4.10'
+ testImplementation 'org.robolectric:robolectric:4.10.2'
implementation fileTree(dir: 'libs', include: ['*.jar'])
}