Skip to content

Commit 3641abd

Browse files
authored
Upgrading deps (#114)
1 parent 5323726 commit 3641abd

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@ dependencies {
6868
implementation 'com.github.alorma:compose-settings-ui-m3:0.25.0'
6969

7070
// To use Kotlin annotation processing tool
71-
ksp "androidx.room:room-compiler:2.5.0"
71+
ksp "androidx.room:room-compiler:2.5.1"
7272

73-
implementation "androidx.room:room-runtime:2.5.0"
74-
annotationProcessor "androidx.room:room-compiler:2.5.0"
73+
implementation "androidx.room:room-runtime:2.5.1"
74+
annotationProcessor "androidx.room:room-compiler:2.5.1"
7575

7676
// optional - Kotlin Extensions and Coroutines support for Room
77-
implementation("androidx.room:room-ktx:2.5.0")
77+
implementation("androidx.room:room-ktx:2.5.1")
7878

7979
// optional - Test helpers
80-
testImplementation "androidx.room:room-testing:2.5.0"
80+
testImplementation "androidx.room:room-testing:2.5.1"
8181

8282
// optional - Paging 3 Integration
83-
implementation "androidx.room:room-paging:2.5.0"
83+
implementation "androidx.room:room-paging:2.5.1"
8484

8585
// LiveData
8686
implementation "androidx.compose.runtime:runtime-livedata:1.4.0"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
}
88

99
plugins {
10-
id 'com.android.application' version '8.1.0-alpha10' apply false
11-
id 'com.android.library' version '8.1.0-alpha10' apply false
10+
id 'com.android.application' version '8.1.0-alpha11' apply false
11+
id 'com.android.library' version '8.1.0-alpha11' apply false
1212
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
1313
id 'org.jmailen.kotlinter' version "3.13.0" apply false
1414
id 'com.google.devtools.ksp' version "1.8.10-1.0.9" apply false

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ pluginManagement {
55
mavenCentral()
66
}
77
plugins {
8-
id 'com.android.application' version '8.1.0-alpha10'
9-
id 'com.android.library' version '8.1.0-alpha10'
8+
id 'com.android.application' version '8.1.0-alpha11'
9+
id 'com.android.library' version '8.1.0-alpha11'
1010
id 'org.jetbrains.kotlin.android' version '1.6.21'
1111
}
1212
}

0 commit comments

Comments
 (0)