put google() before jcenter() in gradle

Daniel Gultsch created

Change summary

build.gradle | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Detailed changes

build.gradle 🔗

@@ -13,11 +13,9 @@ buildscript {
 apply plugin: 'com.android.application'
 
 repositories {
+    google()
     jcenter()
     mavenCentral()
-    maven {
-        url 'https://maven.google.com'
-    }
     maven {
         url "https://oss.sonatype.org/content/repositories/snapshots"
     }