We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7836af7 commit e6e83eeCopy full SHA for e6e83ee
1 file changed
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
8
}
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:3.5.0'
+ classpath 'com.android.tools.build:gradle:3.5.1'
11
12
// NOTE: Do not place your application dependencies here; they belong
13
// in the individual module build.gradle files
@@ -18,6 +18,7 @@ allprojects {
18
repositories {
19
google()
20
jcenter()
21
+ maven { url 'https://www.jitpack.io' }
22
23
24
0 commit comments