Updated to current standard project structure
diff --git a/build.gradle b/build.gradle
index 6db2e7b..b0dc15f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,12 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
+allprojects {
+    repositories {
+        mavenCentral()
+        jcenter()
+        google()
+    }
+}
+
 buildscript {
     repositories {
         mavenCentral()