Speed up Gradle sync

This commit is contained in:
Niels Andriesse
2021-05-18 14:18:16 +10:00
parent 8a20c46bd4
commit 7c3bee036c
5 changed files with 6 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
buildscript {
repositories {
mavenLocal()
google()
mavenCentral()
}
@@ -14,6 +13,7 @@ buildscript {
allprojects {
repositories {
mavenCentral()
maven {
url "https://raw.github.com/signalapp/maven/master/photoview/releases/"
content {
@@ -52,4 +52,8 @@ allprojects {
}
google()
}
project.ext {
androidCompileSdkVersion = 30
}
}