33 lines
693 B
Diff
33 lines
693 B
Diff
|
From 48552ad3a2752cedb8224a3f479d3c4383c7ce35 Mon Sep 17 00:00:00 2001
|
||
|
From: Marcus Hoffmann <bubu@bubu1.eu>
|
||
|
Date: Wed, 26 Dec 2018 19:48:34 +0100
|
||
|
Subject: [PATCH] add google repo
|
||
|
|
||
|
---
|
||
|
build.gradle | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/build.gradle b/build.gradle
|
||
|
index e4467f8..277c10f 100644
|
||
|
--- a/build.gradle
|
||
|
+++ b/build.gradle
|
||
|
@@ -1,6 +1,7 @@
|
||
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||
|
buildscript {
|
||
|
repositories {
|
||
|
+ google()
|
||
|
jcenter()
|
||
|
}
|
||
|
dependencies {
|
||
|
@@ -10,6 +11,7 @@ buildscript {
|
||
|
|
||
|
allprojects {
|
||
|
repositories {
|
||
|
+ google()
|
||
|
jcenter()
|
||
|
}
|
||
|
}
|
||
|
--
|
||
|
2.17.1
|
||
|
|