We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296dc6d commit 2119b02Copy full SHA for 2119b02
build.gradle
@@ -5,7 +5,8 @@ buildscript {
5
repositories {
6
google()
7
jcenter()
8
-
+ mavenCentral()
9
+ maven { url 'https://jitpack.io' }
10
}
11
dependencies {
12
classpath 'com.android.tools.build:gradle:3.5.3'
@@ -20,6 +21,8 @@ allprojects {
20
21
22
23
24
25
26
27
28
0 commit comments