Skip to content

Commit 6f43a58

Browse files
committed
Replace jcenter() with mavenCentral(). Ignore .kotlin folder
1 parent a4fe729 commit 6f43a58

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@ lint/generated/
7373
lint/outputs/
7474
lint/tmp/
7575
# lint/reports/
76+
77+
# Kotlin
78+
.kotlin/

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:8.8.1'
@@ -15,7 +15,7 @@ buildscript {
1515
allprojects {
1616
repositories {
1717
google()
18-
jcenter()
18+
mavenCentral()
1919
maven {
2020
url "https://jitpack.io"
2121
}

0 commit comments

Comments
 (0)