From f25c98aa7ec487874462af0ca6215013771f1928 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 7 Nov 2024 13:10:11 -0700 Subject: [PATCH] build: bump deps --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3f8ef1651..838c925a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,7 +87,7 @@ dependencies { // --- SUPPORT --- // General - implementation "androidx.core:core-ktx:1.13.1" + implementation "androidx.core:core-ktx:1.15.0" implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.activity:activity-ktx:1.9.3" implementation "androidx.fragment:fragment-ktx:1.8.5" @@ -134,7 +134,7 @@ dependencies { // Exoplayer (Vendored) implementation project(":media-lib-exoplayer") implementation project(":media-lib-decoder-ffmpeg") - coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.2" + coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.3" // Image loading implementation 'io.coil-kt:coil-base:2.4.0' diff --git a/build.gradle b/build.gradle index 1a6137cb5..cf3c05b03 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } plugins { - id "com.android.application" version '8.7.1' apply false + id "com.android.application" version '8.7.2' apply false id "androidx.navigation.safeargs.kotlin" version "$navigation_version" apply false id "org.jetbrains.kotlin.android" version "$kotlin_version" apply false id "com.google.devtools.ksp" version '2.0.21-1.0.25' apply false