File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,18 @@ buildscript {
33
33
dependencies {
34
34
classpath ' com.android.tools.build:gradle:3.4.3'
35
35
classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.14'
36
- classpath ' net.ltgt.gradle:gradle-errorprone-plugin:1.2.1 '
37
- classpath ' gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.8 '
38
- classpath ' com.google.gms:google-services:4.3.0 '
39
- classpath ' digital.wup:android-maven-publish:3.6.2 '
36
+ classpath ' net.ltgt.gradle:gradle-errorprone-plugin:1.3.0 '
37
+ classpath ' gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.9 '
38
+ classpath ' com.google.gms:google-services:4.3.3 '
39
+ classpath ' digital.wup:android-maven-publish:3.6.3 '
40
40
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
41
- classpath ' org.jlleitschuh.gradle:ktlint-gradle:7.1.0 '
41
+ classpath ' org.jlleitschuh.gradle:ktlint-gradle:9.2.1 '
42
42
}
43
43
}
44
44
45
+ apply from : ' sdkProperties.gradle'
46
+
47
+
45
48
ext {
46
49
playServicesVersion = ' 16.0.1'
47
50
supportAnnotationsVersion = ' 28.0.0'
55
58
56
59
apply from : ' build.gradle'
57
60
58
- configure(subprojects) {
59
- afterEvaluate {
60
- tasks. verifyGoogleJavaFormat {
61
- exclude ' **/build/classes/**'
62
- }
63
- }
64
- }
65
-
66
61
apply plugin : MultiProjectReleasePlugin
You can’t perform that action at this time.
0 commit comments