mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-02 17:35:36 -04:00
chore(deps): update androidx.sqlite:sqlite-bundled-jvm to v2.7.0 (#6058)
This commit is contained in:
@@ -332,7 +332,7 @@ dependencies {
|
||||
testImplementation(libs.androidx.test.ext.junit)
|
||||
testImplementation(libs.androidx.glance.appwidget)
|
||||
// JVM variant provides the host-platform native library for BundledSQLiteDriver under Robolectric
|
||||
testRuntimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.6.2")
|
||||
testRuntimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.7.0")
|
||||
|
||||
// Producer of the baseline profile consumed by the release build. The androidx.baselineprofile
|
||||
// plugin merges the generated rules into src/<variant>/generated/baselineProfiles at build time.
|
||||
|
||||
@@ -54,7 +54,7 @@ kotlin {
|
||||
dependencies {
|
||||
implementation(libs.androidx.sqlite.bundled)
|
||||
// JVM variant provides the host-platform native for BundledSQLiteDriver
|
||||
runtimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.6.2")
|
||||
runtimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.7.0")
|
||||
implementation(libs.androidx.room.testing)
|
||||
implementation(libs.androidx.test.ext.junit)
|
||||
implementation(libs.junit)
|
||||
|
||||
Reference in New Issue
Block a user