Use the F-Droid compatible syntax

This commit is contained in:
Licaon_Kter 2023-03-29 14:05:55 +00:00 committed by William Brawner
parent 729758b7bc
commit f51d669da3

View file

@ -20,10 +20,10 @@ allprojects {
google()
mavenCentral()
maven {
url = URI("https://s3.amazonaws.com/repo.commonsware.com/")
url = uri("https://s3.amazonaws.com/repo.commonsware.com/")
}
maven {
url = URI("https://s01.oss.sonatype.org/content/repositories/snapshots/")
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
}
}
}