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:36:37 +0300
committerAndrew Comminos <andrew@comminos.com>2017-01-08 05:36:37 +0300
commitf5ff9720e2a254e079522dd1fa11e185cf687329 (patch)
tree77c3f2b962edbc22fbaf09bb079ad5f9e44dda7c
parent8e66e010efc773336be72fee8dc1640ee8a13ece (diff)
Use jcenter instead of mavenCentral.
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index b3d774a..73b2a47 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,7 +26,7 @@ buildscript {
apply plugin: 'com.android.library'
repositories {
- mavenCentral()
+ jcenter()
}
dependencies {
@@ -70,4 +70,4 @@ android {
tasks.withType(JavaCompile) {
compileTask -> compileTask.dependsOn ndkBuild
}
-} \ No newline at end of file
+}