Add new google repo
This commit is contained in:
parent
dfaffa39cc
commit
23aef1a0ab
2 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
|||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'realm-android'
|
||||
apply plugin: 'maven'
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
url 'https://maven.google.com/'
|
||||
name 'Google'
|
||||
}
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath "io.realm:realm-gradle-plugin:4.2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue