mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-24 10:51:53 +00:00
Speed up Gradle sync
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user