We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4e397 commit 5cd494eCopy full SHA for 5cd494e
build.gradle
@@ -1,6 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
repositories {
4
+ google()
5
jcenter()
6
}
7
dependencies {
@@ -16,7 +17,7 @@ allprojects {
16
17
version = VERSION_NAME
18
group = GROUP
19
- repositories {
20
+ repositories {w
21
22
maven { url 'https://oss.sonatype.org/content/groups/public' }
23
0 commit comments