From 87badcb09c6deb9e2f0c0e2625e2df4b875edea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Wed, 27 Mar 2024 17:46:20 +0100 Subject: [PATCH] update gradle and dependency versions --- app/build.gradle | 5 ++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fee4d500..2b6eeba3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -141,7 +141,6 @@ android { repositories { mavenCentral() google() - maven { url "https://jitpack.io" } } dependencies { @@ -153,10 +152,10 @@ dependencies { implementation 'androidx.browser:browser:1.8.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' - implementation 'com.github.leinardi:FloatingActionButtonSpeedDial:3.1.1' + implementation 'com.leinardi.android:speed-dial:3.3.0' implementation 'org.markdownj:markdownj-core:0.4' implementation 'jp.wasabeef:recyclerview-animators:4.0.2' - implementation 'com.github.GrenderG:Toasty:1.3.0' + implementation 'com.github.GrenderG:Toasty:1.5.2' implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.preference:preference-ktx:1.2.1' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c3d78857..7fe1aea7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Dec 07 18:53:50 CET 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME