Skip to content

Commit bfe01d3

Browse files
Update all dependencies
1 parent 1db84b0 commit bfe01d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
}
5151

5252
dependencies {
53-
def room_version = '2.6.1'
53+
def room_version = '2.7.0'
5454

5555
implementation "androidx.room:room-runtime:$room_version"
5656
//kapt "androidx.room:room-compiler:$room_version"
@@ -59,8 +59,8 @@ dependencies {
5959
// optional - Kotlin Extensions and Coroutines support for Room
6060
implementation "androidx.room:room-ktx:$room_version"
6161

62-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
63-
implementation 'androidx.core:core-ktx:1.15.0'
62+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
63+
implementation 'androidx.core:core-ktx:1.16.0'
6464
implementation 'androidx.appcompat:appcompat:1.7.0'
6565
implementation 'com.google.android.material:material:1.12.0'
6666
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ buildscript {
3232

3333
plugins {
3434
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
35-
id 'com.google.devtools.ksp' version '2.1.20-1.0.32' apply false
35+
id 'com.google.devtools.ksp' version '2.1.20-2.0.0' apply false
3636
}
3737

3838
allprojects {

0 commit comments

Comments
 (0)