File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
22 * File: 'android_project_common.gradle'
33 * Location: https://raw.githubusercontent.com/yongce/AndroidLib/master/android_project_common.gradle
4- * Version: 2020.05.30
4+ * Version: 2020.07.19
55 * All android projects can copy and include this file.
66 */
77
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121
2222// Add plugin for 'spotless'
2323plugins {
24- id " com.diffplug.gradle. spotless" version " 3.27.1 "
24+ id " com.diffplug.spotless" version " 5.1.0 "
2525}
2626
2727allprojects {
6060spotless {
6161 kotlin {
6262 target " **/*.kt"
63- ktlint(versions. ktlint)
63+ ktlint(versions. ktlint). userData([ ' indent_size ' : ' 4 ' , ' continuation_indent_size ' : ' 8 ' ])
6464 }
6565}
6666
You can’t perform that action at this time.
0 commit comments