Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrew@comminos.com>2017-01-08 05:41:15 +0300
committerAndrew Comminos <andrew@comminos.com>2017-01-08 05:41:15 +0300
commitdfdd83dee1707ddc90776e0483ad1b5f9c9db296 (patch)
tree238225a6079d981543eba07a8a13c66d8949536f
parentf5ff9720e2a254e079522dd1fa11e185cf687329 (diff)
Use jcenter in buildscript as well.
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 73b2a47..91fcd0d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@
buildscript {
repositories {
- mavenCentral()
+ jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'