0
0
mirror of https://github.com/etesync/android.git synced 2024-09-20 04:42:28 +02: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()