build: update deps

Will need to put some work into updating some others
This commit is contained in:
Alexander Capehart 2023-12-16 13:51:49 -07:00
parent b1c48f13fd
commit 7a90e7eef1
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -88,8 +88,8 @@ dependencies {
// General
implementation "androidx.core:core-ktx:1.12.0"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.activity:activity-ktx:1.8.0"
implementation "androidx.fragment:fragment-ktx:1.6.1"
implementation "androidx.activity:activity-ktx:1.8.2"
implementation "androidx.fragment:fragment-ktx:1.6.2"
// Components
// Deliberately kept on 1.2.1 to prevent a bug where the queue sheet will not collapse on
@ -112,13 +112,13 @@ dependencies {
implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version"
// Media
implementation "androidx.media:media:1.6.0"
implementation "androidx.media:media:1.7.0"
// Preferences
implementation "androidx.preference:preference-ktx:1.2.1"
// Database
def room_version = '2.6.0-rc01'
def room_version = '2.6.1'
implementation "androidx.room:room-runtime:$room_version"
ksp "androidx.room:room-compiler:$room_version"
implementation "androidx.room:room-ktx:$room_version"