mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Add google repo
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
c7a19fbd39
commit
a122f64226
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ buildscript {
|
|||
maven {
|
||||
url 'https://oss.sonatype.org/content/repositories/snapshots/'
|
||||
}
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.0-alpha9'
|
||||
|
@ -44,7 +45,8 @@ repositories {
|
|||
maven {
|
||||
url 'https://oss.sonatype.org/content/repositories/snapshots/'
|
||||
}
|
||||
|
||||
google()
|
||||
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue