commit | 0cae9eb5b2b68ad2bea9586036500925018e8c8b | [log] [tgz] |
---|---|---|
author | David Morrissey <[email protected]> | Thu Nov 02 18:59:25 2017 +0000 |
committer | David Morrissey <[email protected]> | Thu Nov 02 18:59:26 2017 +0000 |
tree | 1361e0dce27fc9a2cdc40594c982032e38ec20ea | |
parent | c930ef77f57c0619c10893696452b94e75e0dd23 [diff] [blame] |
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()