From 4ce7f74b9d6eb2a73e9fd8dbefbbc866e7f19af3 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 19 Aug 2023 17:13:26 +0300 Subject: [PATCH] Update parsers and gradle --- app/build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 69fb2d563..fc56390b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:407ef5b655') { + implementation('com.github.KotatsuApp:kotatsu-parsers:06a2aa6f97') { exclude group: 'org.json', module: 'json' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ddf807679..9d2c6e954 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Tue Aug 15 10:01:25 EEST 2023 +#Sat Aug 19 16:59:05 EEST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip +distributionSha256Sum=591855b517fc635b9e04de1d05d5e76ada3f89f5fc76f87978d1b245b4f69225 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists