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-09-12 12:03:35 +0300
committerGitHub <noreply@github.com>2022-09-12 12:03:35 +0300
commit979163a8a82023869ee406df8691e399c95d0f26 (patch)
tree6def43c552e0db4ca4dd28894f6db63345c344a5
parent8957a349794ff31cf9a925f0a1207a0b52363bbe (diff)
Bump ktlint-gradle from 10.3.0 to 11.0.0
Bumps ktlint-gradle from 10.3.0 to 11.0.0. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle:ktlint-gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--sample_client/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample_client/build.gradle b/sample_client/build.gradle
index e82f1f68..bdce1a90 100644
--- a/sample_client/build.gradle
+++ b/sample_client/build.gradle
@@ -10,7 +10,7 @@ buildscript {
classpath "org.jacoco:org.jacoco.core:$jacoco_version"
classpath "org.jacoco:org.jacoco.report:$jacoco_version"
classpath "org.jacoco:org.jacoco.agent:$jacoco_version"
- classpath "org.jlleitschuh.gradle:ktlint-gradle:10.3.0"
+ classpath "org.jlleitschuh.gradle:ktlint-gradle:11.0.0"
}
}