From 8791b4352b2b9123d19b9d186730913b9365258c Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Sun, 6 Jun 2021 12:21:25 +0200 Subject: Use mavenCentral instead of jcenter --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 75bad90..0e52f97 100644 --- a/build.gradle +++ b/build.gradle @@ -1,14 +1,14 @@ buildscript { ext.versions = [ - kotlin: '1.4.31', + kotlin: '1.4.32', dokka: '0.10.1', conscrypt: '2.5.2' ] repositories { - jcenter() google() + mavenCentral() } dependencies { @@ -19,8 +19,8 @@ buildscript { } repositories { - jcenter() google() + mavenCentral() } apply plugin: 'com.android.library' @@ -63,7 +63,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}" - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1' -- cgit v1.2.3