File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ dependencies {
332332 testImplementation(libs.androidx.test.ext.junit)
333333 testImplementation(libs.androidx.glance.appwidget)
334334 // JVM variant provides the host-platform native library for BundledSQLiteDriver under Robolectric
335- testRuntimeOnly(" androidx.sqlite:sqlite-bundled-jvm:2.6.2 " )
335+ testRuntimeOnly(" androidx.sqlite:sqlite-bundled-jvm:2.7.0 " )
336336
337337 // Producer of the baseline profile consumed by the release build. The androidx.baselineprofile
338338 // plugin merges the generated rules into src/<variant>/generated/baselineProfiles at build time.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ kotlin {
5454 dependencies {
5555 implementation(libs.androidx.sqlite.bundled)
5656 // JVM variant provides the host-platform native for BundledSQLiteDriver
57- runtimeOnly(" androidx.sqlite:sqlite-bundled-jvm:2.6.2 " )
57+ runtimeOnly(" androidx.sqlite:sqlite-bundled-jvm:2.7.0 " )
5858 implementation(libs.androidx.room.testing)
5959 implementation(libs.androidx.test.ext.junit)
6060 implementation(libs.junit)
You can’t perform that action at this time.
0 commit comments