Skip to content

Commit 3bb7f36

Browse files
Update all dependencies (#119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9537c85 commit 3bb7f36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ android {
6262
}
6363

6464
dependencies {
65-
def room_version = '2.6.1'
65+
def room_version = '2.7.0'
6666

6767
implementation "androidx.room:room-runtime:$room_version"
6868
ksp("androidx.room:room-compiler:$room_version")
6969
implementation "androidx.room:room-ktx:$room_version"
7070

71-
implementation 'androidx.core:core-ktx:1.15.0'
71+
implementation 'androidx.core:core-ktx:1.16.0'
7272
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
7373
implementation 'androidx.activity:activity-compose:1.10.1'
7474
implementation "androidx.compose.ui:ui:$compose_ui_version"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ plugins {
2323
id 'com.android.application' version '8.9.1' apply false
2424
id 'com.android.library' version '8.9.1' apply false
2525
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
26-
id 'com.google.devtools.ksp' version '2.1.20-1.0.32' apply false
26+
id 'com.google.devtools.ksp' version '2.1.20-2.0.0' apply false
2727
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.20' apply false
2828
}

0 commit comments

Comments
 (0)