From 5e0300249d7cf32ffa75939d2df0585e776ecc94 Mon Sep 17 00:00:00 2001 From: Carsten Friedrich Date: Fri, 11 Jul 2025 15:10:27 +1000 Subject: [PATCH] Updated Gradle and 3rd party libraries --- app/build.gradle | 2 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 17ddd9f..6e9ff80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'androidx.preference:preference:1.2.1' // NON-NLS implementation 'com.takisoft.preferencex:preferencex:1.1.0' // NON-NLS implementation 'androidx.constraintlayout:constraintlayout:2.2.1' // NON-NLS - implementation 'com.squareup.okhttp3:okhttp:4.12.0' // NON-NLS + implementation 'com.squareup.okhttp3:okhttp:5.1.0' // NON-NLS implementation 'com.google.android.material:material:1.12.0' // NON-NLS implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1' // NON-NLS implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" // NON-NLS diff --git a/build.gradle b/build.gradle index 1f549fd..4b23ef9 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.11.0' // NON-NLS + classpath 'com.android.tools.build:gradle:8.11.1' // NON-NLS classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0d90a43..2e5fe6a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip