build: bump deps

This commit is contained in:
Alexander Capehart 2024-11-07 13:10:11 -07:00
parent 2db23369e3
commit f25c98aa7e
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ dependencies {
// --- SUPPORT --- // --- SUPPORT ---
// General // 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.appcompat:appcompat:1.7.0"
implementation "androidx.activity:activity-ktx:1.9.3" implementation "androidx.activity:activity-ktx:1.9.3"
implementation "androidx.fragment:fragment-ktx:1.8.5" implementation "androidx.fragment:fragment-ktx:1.8.5"
@ -134,7 +134,7 @@ dependencies {
// Exoplayer (Vendored) // Exoplayer (Vendored)
implementation project(":media-lib-exoplayer") implementation project(":media-lib-exoplayer")
implementation project(":media-lib-decoder-ffmpeg") 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 // Image loading
implementation 'io.coil-kt:coil-base:2.4.0' implementation 'io.coil-kt:coil-base:2.4.0'

View file

@ -12,7 +12,7 @@ buildscript {
} }
plugins { 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 "androidx.navigation.safeargs.kotlin" version "$navigation_version" apply false
id "org.jetbrains.kotlin.android" version "$kotlin_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 id "com.google.devtools.ksp" version '2.0.21-1.0.25' apply false