File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+
4
+ [* {kt,kts} ]
5
+ disabled_rules =no-wildcard-imports
Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ buildscript {
44
44
}
45
45
}
46
46
maven { url " https://plugins.gradle.org/m2/" } // jacoco 0.2
47
+ maven { url " https://dl.bintray.com/kotlin/kotlinx" }
47
48
}
48
49
dependencies {
49
- classpath ' com.android.tools.build:gradle:4.0.1 '
50
+ classpath ' com.android.tools.build:gradle:4.1.2 '
50
51
classpath ' com.google.gms:google-services:4.3.4'
51
52
classpath ' com.google.firebase:firebase-crashlytics-gradle:2.4.1'
52
53
@@ -59,7 +60,7 @@ buildscript {
59
60
}
60
61
61
62
plugins {
62
- id " io.gitlab.arturbosch.detekt" version " 1.15 .0-RC2"
63
+ id " io.gitlab.arturbosch.detekt" version " 1.16 .0-RC2"
63
64
id " org.jlleitschuh.gradle.ktlint" version " 9.4.1"
64
65
}
65
66
@@ -83,6 +84,8 @@ allprojects {
83
84
includeModule(" org.jetbrains.trove4j" , " trove4j" )
84
85
}
85
86
}
87
+ maven { url " https://dl.bintray.com/kotlin/kotlinx" }
88
+
86
89
}
87
90
// Support @JvmDefault
88
91
tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). all {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
You can’t perform that action at this time.
0 commit comments