From 6f5c5bf3fbfdf75d4d04c3938501da3cfb28fdf2 Mon Sep 17 00:00:00 2001 From: "Lijucay (Luca)" Date: Mon, 15 Jul 2024 00:07:26 +0200 Subject: [PATCH] Update gradle dependencies --- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4b7b31a..3f2e9fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.4.1" apply false + id("com.android.application") version "8.5.1" apply false id("org.jetbrains.kotlin.android") version "1.9.22" apply false - id("com.android.library") version "8.4.1" apply false + id("com.android.library") version "8.5.1" apply false id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false id("com.mikepenz.aboutlibraries.plugin") version "10.10.0" apply false } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 74a7ad9..95bd0d9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun Jan 28 23:33:56 CET 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists