Update pods, change gradle settings

This commit is contained in:
2021-02-27 10:55:55 +01:00
parent 31ffc9fb2a
commit ffda80829f
6 changed files with 79 additions and 68 deletions

View File

@@ -2,11 +2,10 @@
buildscript {
repositories {
google()
gradlePluginPortal()
jcenter()
maven {
url = uri("https://plugins.gradle.org/m2/")
}
google()
mavenCentral()
}
dependencies {
classpath(Config.Plugin.android)
@@ -27,6 +26,7 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url = uri("https://jitpack.io")
}