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:
Diffstat (limited to 'build.gradle')
-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
+}