Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 97cb9bb

Browse files
author
Eduard Ablekimov
committed
Gradle repositories to root gradle
1 parent 07d724d commit 97cb9bb

4 files changed

Lines changed: 1 addition & 12 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ allprojects {
1919
repositories {
2020
jcenter()
2121
google()
22+
mavenCentral()
2223
}
2324
}
2425

firebase-fetcher/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ android {
1818
}
1919
}
2020

21-
repositories {
22-
mavenCentral()
23-
}
24-
2521
dependencies {
2622
testImplementation 'junit:junit:4.13'
2723
implementation 'com.google.firebase:firebase-config:19.1.4'

rest-fetcher/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ android {
2121
}
2222
}
2323

24-
repositories {
25-
mavenCentral()
26-
}
27-
2824
dependencies {
2925
implementation project(':status-resolver')
3026

status-resolver/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ android {
2424
}
2525
}
2626

27-
repositories {
28-
mavenCentral()
29-
}
30-
3127
ext {
3228
kotlin_coroutines_version = "1.3.7"
3329
}

0 commit comments

Comments
 (0)