From fb9417da512ca47accd3df9c2bd4c52a1afcc623 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Wed, 25 Sep 2024 07:03:23 -0400 Subject: [PATCH] Update gradle and various support libraries --- app/build.gradle | 10 +++++----- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f03517417..860ffa2d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,7 +121,7 @@ android { } dependencies { - implementation 'androidx.activity:activity-ktx:1.9.1' + implementation 'androidx.activity:activity-ktx:1.9.2' implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.browser:browser:1.8.0" def androidx_camera = '1.3.4' @@ -132,14 +132,14 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-splashscreen:1.0.1' - implementation 'androidx.fragment:fragment-ktx:1.8.2' + implementation 'androidx.fragment:fragment-ktx:1.8.3' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.webkit:webkit:1.11.0' + implementation 'androidx.webkit:webkit:1.12.0' wearosImplementation "androidx.wear:wear:1.3.0" - implementation 'com.android.billingclient:billing:7.0.0' + implementation 'com.android.billingclient:billing:7.1.0' implementation 'com.github.bumptech.glide:glide:4.16.0' ksp 'com.github.bumptech.glide:ksp:4.16.0' @@ -152,7 +152,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'com.google.android.play:app-update-ktx:2.1.0' // implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0' - implementation 'com.google.mlkit:barcode-scanning:17.2.0' + implementation 'com.google.mlkit:barcode-scanning:17.3.0' implementation 'com.google.zxing:core:3.5.0' // Current (3.0.5) requires kotlin and incompatible with Wear diff --git a/build.gradle b/build.gradle index f658ebd60..feae0f21f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { maven { url "https://jitpack.io" } } dependencies { - classpath 'com.android.tools.build:gradle:8.3.1' + classpath 'com.android.tools.build:gradle:8.6.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22" // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e09230f73..888026b42 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.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip