We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f6e47 commit 4b8987eCopy full SHA for 4b8987e
build.gradle
@@ -4,8 +4,7 @@ buildscript {
4
ext.kotlin_version = '1.6.10'
5
repositories {
6
google()
7
- jcenter()
8
-
+ mavenCentral()
9
}
10
dependencies {
11
classpath 'com.android.tools.build:gradle:7.1.2'
@@ -18,7 +17,6 @@ buildscript {
18
17
allprojects {
19
20
21
22
mavenCentral()
23
maven { url 'https://maven.microblink.com' }
24
maven { url "https://jitpack.io" }
0 commit comments