Skip to content

Commit 4b8987e

Browse files
committed
Release 2.8.0 - Replace jcenter with mavenCentral
Related to DEP-266
1 parent 58f6e47 commit 4b8987e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ buildscript {
44
ext.kotlin_version = '1.6.10'
55
repositories {
66
google()
7-
jcenter()
8-
7+
mavenCentral()
98
}
109
dependencies {
1110
classpath 'com.android.tools.build:gradle:7.1.2'
@@ -18,7 +17,6 @@ buildscript {
1817
allprojects {
1918
repositories {
2019
google()
21-
jcenter()
2220
mavenCentral()
2321
maven { url 'https://maven.microblink.com' }
2422
maven { url "https://jitpack.io" }

0 commit comments

Comments
 (0)