mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-05 23:19:10 +00:00
Update pods, change gradle settings
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user