File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ buildscript {
77}
88
99plugins {
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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments