From 04c202f3deb2f0843790f1166e1a8e96bec8a019 Mon Sep 17 00:00:00 2001 From: Tomislav Date: Thu, 6 Dec 2018 13:02:54 +0100 Subject: [PATCH] Gradle update --- build.gradle | 4 +--- settings.gradle | 2 +- utils/build.gradle | 4 ++++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4dcf384..d3f996f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,4 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { ext.kotlin_version = '1.2.71' repositories { @@ -14,14 +13,13 @@ buildscript { // in the individual module build.gradle files } } - allprojects { repositories { google() jcenter() + maven { url 'https://jitpack.io' } } } - task clean(type: Delete) { delete rootProject.buildDir } diff --git a/settings.gradle b/settings.gradle index 45dbc7c..e48075e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':utils' +include ':app', ':utils' \ No newline at end of file diff --git a/utils/build.gradle b/utils/build.gradle index 8ca00ce..aaeda41 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -1,6 +1,10 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' +// JitPack +group="com.github.degordian" +version="0.9" + android { compileSdkVersion 28