1
0
mirror of https://github.com/etesync/android synced 2025-01-23 14:10:54 +00:00

Fix tourguide dependency.

This commit is contained in:
Tom Hacohen 2019-10-08 15:27:53 +03:00
parent 570ed1b84a
commit 49ffdd9295

View File

@ -31,7 +31,8 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
mavenCentral()
maven() {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
google()