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
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-15 18:01:30 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-04-15 18:54:23 +0300
commitd49db5a6509f18e27b8541813de7b71198123e6c (patch)
tree072ee7557d1c6610b7c621d086c3e6f0f79b8662
parentee4bdb891e8e944a15b799b5e13233ce28691a97 (diff)
Bump markdown from 1.6.2 to 1.6.3
Bumps [markdown](https://github.com/stefan-niedermann/nextcloud-commons) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/stefan-niedermann/nextcloud-commons/releases) - [Commits](https://github.com/stefan-niedermann/nextcloud-commons/compare/1.6.2...1.6.3) --- updated-dependencies: - dependency-name: com.github.stefan-niedermann.nextcloud-commons:markdown dependency-type: direct:production update-type: version-update:semver-patch ... 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 75423861..e02c27b1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -82,7 +82,7 @@ dependencies {
implementation 'com.github.stefan-niedermann:android-commons:0.2.6'
implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.2'
implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.3'
- implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.2') {
+ implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.3') {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}