1
0
mirror of https://codeberg.org/Starfish/Imagepipe.git synced 2025-10-05 22:52:39 +02:00

update repository in build.gradle

This commit is contained in:
Starfish
2025-03-09 19:28:59 +01:00
parent 0db6468a37
commit f1ae580eab

View File

@@ -3,7 +3,7 @@ buildscript {
// this defines a local maven repository that is installed with the sdk
// maven { url 'file:///usr/share/maven-repo' }
google()
jcenter()
mavenCentral()
}
dependencies {
// this tells Gradle to use the gradle android plugin installed locally
@@ -18,7 +18,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}