From 329590fb15676a889111a8674884297f519e37d7 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 | 580 +++++++++++------------ gradle/wrapper/gradle-wrapper.properties | 4 +- shared.gradle | 4 +- 4 files changed, 295 insertions(+), 295 deletions(-) diff --git a/build.gradle b/build.gradle index fce03312b..449504c58 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 98a961d13..c8522c6f3 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -118,25 +118,25 @@ - - - + + + - - - + + + - - + + - - + + - - + + @@ -239,20 +239,20 @@ - - + + - - + + - - - + + + - - + + @@ -609,183 +609,183 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + @@ -796,36 +796,36 @@ - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + @@ -852,268 +852,268 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + @@ -1294,12 +1294,12 @@ - - - + + + - - + + @@ -1312,9 +1312,9 @@ - - - + + + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2b189974c..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=5b9c5eb3f9fc2c94abaea57d90bd78747ca117ddbbf96c859d3741181a12bf2a -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-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 ddd412aa9..e704ec363 100644 --- a/shared.gradle +++ b/shared.gradle @@ -38,14 +38,14 @@ 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.material:material:1.12.0' // Support library 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'