Add new google repo

This commit is contained in:
Philipp Jahoda 2017-11-29 15:55:18 +01:00
parent dfaffa39cc
commit 23aef1a0ab
2 changed files with 1 additions and 5 deletions

View file

@ -1,6 +1,5 @@
apply plugin: 'com.android.application'
apply plugin: 'realm-android'
apply plugin: 'maven'
android {
compileSdkVersion 27

View file

@ -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"