Moved Google repository to project level.
This commit is contained in:
parent
8ecb957819
commit
25e3318af6
2 changed files with 3 additions and 3 deletions
|
@ -54,8 +54,8 @@ dependencies {
|
||||||
|
|
||||||
// https://github.com/eggheadgames/android-about-box
|
// https://github.com/eggheadgames/android-about-box
|
||||||
implementation 'com.github.eggheadgames:android-about-box:1.3.1'
|
implementation 'com.github.eggheadgames:android-about-box:1.3.1'
|
||||||
//compile(name: 'library-debug', ext: 'aar')
|
//implementation(name: 'library-debug', ext: 'aar')
|
||||||
//compile 'com.github.daniel-stoneuk:material-about-library:2.2.1'
|
//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:animated-vector-drawable:26.1.0'
|
||||||
implementation 'com.android.support:cardview-v7:26.1.0'
|
implementation 'com.android.support:cardview-v7:26.1.0'
|
||||||
|
|
||||||
|
@ -65,7 +65,6 @@ dependencies {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
|
||||||
maven { url "https://jitpack.io" }
|
maven { url "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ buildscript {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
flatDir {
|
flatDir {
|
||||||
dirs 'libs'
|
dirs 'libs'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue