Skip to content

Commit ee74295

Browse files
authored
Upgrading deps. (#532)
1 parent 3909ca6 commit ee74295

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

app/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,31 @@ dependencies {
7777
implementation 'com.github.alorma:compose-settings-ui-m3:1.0.2'
7878

7979
// To use Kotlin annotation processing tool
80-
ksp 'androidx.room:room-compiler:2.5.2'
80+
ksp 'androidx.room:room-compiler:2.6.0'
8181

82-
implementation 'androidx.room:room-runtime:2.5.2'
83-
annotationProcessor 'androidx.room:room-compiler:2.5.2'
82+
implementation 'androidx.room:room-runtime:2.6.0'
83+
annotationProcessor 'androidx.room:room-compiler:2.6.0'
8484

8585
// optional - Kotlin Extensions and Coroutines support for Room
86-
implementation('androidx.room:room-ktx:2.5.2')
86+
implementation('androidx.room:room-ktx:2.6.0')
8787

8888
// optional - Test helpers
89-
testImplementation 'androidx.room:room-testing:2.5.2'
89+
testImplementation 'androidx.room:room-testing:2.6.0'
9090

9191
// optional - Paging 3 Integration
92-
implementation 'androidx.room:room-paging:2.5.2'
92+
implementation 'androidx.room:room-paging:2.6.0'
9393

9494
// LiveData
95-
implementation 'androidx.compose.runtime:runtime-livedata:1.5.3'
95+
implementation 'androidx.compose.runtime:runtime-livedata:1.5.4'
9696
implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.2"
9797

9898
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.10'
9999
implementation 'androidx.appcompat:appcompat:1.6.1'
100-
implementation 'androidx.compose.ui:ui:1.5.3'
100+
implementation 'androidx.compose.ui:ui:1.5.4'
101101
implementation 'androidx.compose.material3:material3:1.1.2'
102-
implementation 'androidx.compose.material:material-icons-extended:1.5.3'
102+
implementation 'androidx.compose.material:material-icons-extended:1.5.4'
103103
implementation 'androidx.compose.material3:material3-window-size-class:1.1.2'
104-
implementation 'androidx.compose.ui:ui-tooling:1.5.3'
104+
implementation 'androidx.compose.ui:ui-tooling:1.5.4'
105105
implementation 'androidx.activity:activity-compose:1.8.0'
106106
implementation "com.louiscad.splitties:splitties-systemservices:3.0.0"
107107
implementation "com.louiscad.splitties:splitties-views:3.0.0"

0 commit comments

Comments
 (0)