We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fe729 commit 6f43a58Copy full SHA for 6f43a58
.gitignore
@@ -73,3 +73,6 @@ lint/generated/
73
lint/outputs/
74
lint/tmp/
75
# lint/reports/
76
+
77
+# Kotlin
78
+.kotlin/
build.gradle
@@ -2,7 +2,7 @@
2
buildscript {
3
repositories {
4
google()
5
- jcenter()
+ mavenCentral()
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:8.8.1'
@@ -15,7 +15,7 @@ buildscript {
15
allprojects {
16
17
18
19
maven {
20
url "https://jitpack.io"
21
0 commit comments