From 563752f6a428b0793bb5885b5e922c89e30c5a50 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 11 Nov 2023 12:59:16 +0200 Subject: [PATCH] Upgrade gradle --- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 0427a94d5..0b500dad3 100644 --- a/build.gradle +++ b/build.gradle @@ -4,10 +4,10 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.1.3' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20' classpath 'com.google.dagger:hilt-android-gradle-plugin:2.48.1' - classpath 'com.google.devtools.ksp:symbol-processing-gradle-plugin:1.9.20-RC2-1.0.13' + classpath 'com.google.devtools.ksp:symbol-processing-gradle-plugin:1.9.20-1.0.14' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9d2c6e954..5ffa16246 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Sat Aug 19 16:59:05 EEST 2023 +#Sat Nov 11 12:43:53 EET 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=591855b517fc635b9e04de1d05d5e76ada3f89f5fc76f87978d1b245b4f69225 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip +distributionSha256Sum=3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists