Skip to content

Commit

Permalink
Fix network issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Mar 16, 2021
1 parent 2068baa commit dce358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ allprojects {

allprojects { project ->
project.apply from: rootProject.file("dependencies.gradle")
apply plugin: "com.github.ben-manes.versions"
repositories {
google()
maven { url "https://plugins.gradle.org/m2/" }
Expand All @@ -40,6 +39,7 @@ allprojects { project ->
force deps.external.guava
}
}
apply plugin: "com.github.ben-manes.versions"
}

apply plugin: "com.uber.okbuck"
Expand Down

0 comments on commit dce358a

Please sign in to comment.