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

github.com/nextcloud/android-library.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-10-07 18:38:56 +0300
committerGitHub <noreply@github.com>2022-10-07 18:38:56 +0300
commit5aae7935cd5bda275529caf7ad1ec0654a9d1a0e (patch)
treebad8e5d563ed4b74f66e1b1cc5d4a1e63d64ecd6
parent60a3055f68863c24afb3b362144454bf692085e9 (diff)
Bump com.diffplug.spotless from 6.9.1 to 6.11.0
Bumps com.diffplug.spotless from 6.9.1 to 6.11.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 40032d48..a813250d 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -18,7 +18,7 @@ buildscript {
}
plugins {
- id "com.diffplug.spotless" version "6.9.1"
+ id "com.diffplug.spotless" version "6.11.0"
}
apply plugin: 'com.android.library'