Moved Google repository to project level.

This commit is contained in:
Erik C. Thauvin 2017-10-27 13:39:20 -07:00
parent 8ecb957819
commit 25e3318af6
2 changed files with 3 additions and 3 deletions

View file

@ -54,8 +54,8 @@ dependencies {
// https://github.com/eggheadgames/android-about-box
implementation 'com.github.eggheadgames:android-about-box:1.3.1'
//compile(name: 'library-debug', ext: 'aar')
//compile 'com.github.daniel-stoneuk:material-about-library:2.2.1'
//implementation(name: 'library-debug', ext: 'aar')
//implementation 'com.github.daniel-stoneuk:material-about-library:2.2.1'
implementation 'com.android.support:animated-vector-drawable:26.1.0'
implementation 'com.android.support:cardview-v7:26.1.0'
@ -65,7 +65,6 @@ dependencies {
repositories {
mavenCentral()
google()
maven { url "https://jitpack.io" }
}

View file

@ -17,6 +17,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
flatDir {
dirs 'libs'