Add missing repository to Android project

This commit is contained in:
Michał Janiszewski 2019-01-01 22:35:55 +01:00
parent d4dc94ff83
commit 51c88d85fd
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
}