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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-05-25 13:02:43 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-05-25 13:18:44 +0300
commit345908d0e928e8c3d6383af1905f6371c8ab9c1a (patch)
treedd39ff651fe74123189e45fd2deabb4ad9bb7f89 /build.gradle
parent0f9c7b483fdad90cfc4aa78442b443dde51ffe41 (diff)
Fetch kotlin-gradle-plugin from mavenCentral instead of JCenter
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 16477a4b1..ed813ac8f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,10 +4,11 @@ buildscript {
ext.materialVersion = "1.3.0"
repositories {
google()
- jcenter()
+ mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
+ //noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10"
// NOTE: Do not place your application dependencies here; they belong