Skip to content

Commit 01798b2

Browse files
Remove jcenter repository
1 parent 3492b1a commit 01798b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.2.0-beta04'
9+
classpath 'com.android.tools.build:gradle:4.2.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
@@ -16,7 +16,6 @@ buildscript {
1616
allprojects {
1717
repositories {
1818
google()
19-
jcenter()
2019
flatDir {
2120
dirs 'libs'
2221
}

0 commit comments

Comments
 (0)