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:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-09-12 13:45:38 +0300
committerGitHub <noreply@github.com>2022-09-12 13:45:38 +0300
commitb9c511f774ef051188f88fc62a65b1551cad0bba (patch)
tree6def43c552e0db4ca4dd28894f6db63345c344a5
parent8957a349794ff31cf9a925f0a1207a0b52363bbe (diff)
parent979163a8a82023869ee406df8691e399c95d0f26 (diff)
Merge pull request #956 from nextcloud/dependabot/gradle/org.jlleitschuh.gradle-ktlint-gradle-11.0.0
Bump ktlint-gradle from 10.3.0 to 11.0.0
-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"
}
}