We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9669c8c commit 6485a32Copy full SHA for 6485a32
android_project_common.gradle
@@ -1,7 +1,7 @@
1
/*
2
* File: 'android_project_common.gradle'
3
* Location: https://raw.githubusercontent.com/yongce/AndroidLib/master/android_project_common.gradle
4
- * Version: 2020.05.30
+ * Version: 2020.07.19
5
* All android projects can copy and include this file.
6
*/
7
build.gradle
@@ -21,7 +21,7 @@ buildscript {
21
22
// Add plugin for 'spotless'
23
plugins {
24
- id "com.diffplug.gradle.spotless" version "3.27.1"
+ id "com.diffplug.spotless" version "5.1.0"
25
}
26
27
allprojects {
@@ -60,7 +60,7 @@ ext {
60
spotless {
61
kotlin {
62
target "**/*.kt"
63
- ktlint(versions.ktlint)
+ ktlint(versions.ktlint).userData(['indent_size' : '4', 'continuation_indent_size' : '8'])
64
65
66
0 commit comments