From 0eb1f97c7e2de3e0ccae790738ae6d06ad190e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Mi=C5=9B?= Date: Thu, 26 Sep 2024 02:00:58 +0200 Subject: [PATCH] Bump Gradle, update dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patryk Miś --- build.gradle | 2 +- gradle/verification-metadata.xml | 576 +++++++++++------------ gradle/wrapper/gradle-wrapper.properties | 4 +- shared.gradle | 4 +- 4 files changed, 293 insertions(+), 293 deletions(-) diff --git a/build.gradle b/build.gradle index 6b5c51b04..1b8359919 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.6.0' + classpath 'com.android.tools.build:gradle:8.6.1' } } diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index c623b8ce0..278c9b297 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -118,25 +118,25 @@ - - - + + + - - - + + + - - + + - - + + - - + + @@ -239,20 +239,20 @@ - - + + - - + + - - - + + + - - + + @@ -617,180 +617,180 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + @@ -801,36 +801,36 @@ - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + @@ -857,268 +857,268 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + @@ -1403,12 +1403,12 @@ - - - + + + - - + + @@ -1421,9 +1421,9 @@ - - - + + + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8e876e1c5..fb602ee2a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=1541fa36599e12857140465f3c91a97409b4512501c26f9631fb113e392c5bd1 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/shared.gradle b/shared.gradle index f8d5c8efe..1eb3abe61 100644 --- a/shared.gradle +++ b/shared.gradle @@ -42,7 +42,7 @@ android { dependencies { // Google common - implementation 'com.google.guava:guava:33.3.0-jre' + implementation 'com.google.guava:guava:33.3.1-jre' implementation 'com.google.android.gms:play-services-mlkit-text-recognition:19.0.1' implementation 'com.google.android.material:material:1.12.0' @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.8.2' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.browser:browser:1.8.0' - implementation 'androidx.collection:collection:1.4.3' + implementation 'androidx.collection:collection:1.4.4' implementation 'androidx.core:core:1.13.1' implementation 'androidx.fragment:fragment:1.8.3' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'