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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2018-06-08 12:34:30 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2018-06-10 11:25:35 +0300
commited64981bb775eba43e203755eb350a59c0cd2b7d (patch)
tree7871592d3539c62a7bda14261e9e735d648739d2 /build.gradle
parent5c2cbd1e5fab201873e9af448d3a290081767032 (diff)
Fix CI build
based on https://stackoverflow.com/questions/50606249/android-gradle-sync-failed-could-not-find-support-core-ui-aar
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 92f7a5ed..afde0d67 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,8 +2,9 @@
buildscript {
repositories {
- jcenter()
google()
+ jcenter()
+
}
dependencies {
apply plugin: 'maven'
@@ -16,7 +17,8 @@ buildscript {
allprojects {
repositories {
- jcenter()
google()
+ jcenter()
+
}
}