diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e44a6402c..88df214bf 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -185,7 +185,6 @@ dependencies { implementation(libs.androidx.lifecycle.runtime.compose) implementation(libs.androidx.lifecycle.viewmodel) implementation(libs.androidx.room) - implementation(libs.androidx.sqlite) implementation(libs.androidx.appcompat) implementation(libs.markwon) implementation(libs.markwon.editor) diff --git a/app/src/main/java/org/tasks/injection/ProductionModule.kt b/app/src/main/java/org/tasks/injection/ProductionModule.kt index 7de63a7bc..efe71de18 100644 --- a/app/src/main/java/org/tasks/injection/ProductionModule.kt +++ b/app/src/main/java/org/tasks/injection/ProductionModule.kt @@ -2,7 +2,6 @@ package org.tasks.injection import android.content.Context import androidx.room.Room -import androidx.sqlite.driver.bundled.BundledSQLiteDriver import dagger.Module import dagger.Provides import dagger.hilt.InstallIn @@ -37,7 +36,6 @@ internal class ProductionModule { context = context, name = databaseFile.absolutePath ) - .setDriver(BundledSQLiteDriver()) .addMigrations(*Migrations.migrations(context, fileStorage)) if (!BuildConfig.DEBUG || !preferences.getBoolean(R.string.p_crash_main_queries, false)) { builder.allowMainThreadQueries() diff --git a/deps_fdroid.txt b/deps_fdroid.txt index ae811c9bc..778b78f08 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -241,15 +241,13 @@ +| | | \--- androidx.sqlite:sqlite-android:2.5.0-alpha04 +| | | +--- androidx.annotation:annotation:1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0 (*) -+| | | +--- androidx.sqlite:sqlite-framework:2.5.0-alpha04 (c) -+| | | \--- androidx.sqlite:sqlite-bundled:2.5.0-alpha04 (c) ++| | | \--- androidx.sqlite:sqlite-framework:2.5.0-alpha04 (c) +| | +--- androidx.sqlite:sqlite-framework:2.5.0-alpha04 +| | | \--- androidx.sqlite:sqlite-framework-android:2.5.0-alpha04 +| | | +--- androidx.annotation:annotation:1.8.0 (*) +| | | +--- androidx.sqlite:sqlite:2.5.0-alpha04 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0 (*) -+| | | +--- androidx.sqlite:sqlite:2.5.0-alpha04 (c) -+| | | \--- androidx.sqlite:sqlite-bundled:2.5.0-alpha04 (c) ++| | | \--- androidx.sqlite:sqlite:2.5.0-alpha04 (c) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0 (*) +| | +--- org.jetbrains.kotlinx:atomicfu:0.17.0 +| | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.17.0 @@ -883,12 +881,6 @@ +| \--- androidx.lifecycle:lifecycle-common-java8:2.8.2 (c) ++--- androidx.lifecycle:lifecycle-viewmodel:2.8.2 (*) ++--- androidx.room:room-runtime:2.7.0-alpha04 (*) -++--- androidx.sqlite:sqlite-bundled:2.5.0-alpha04 -+| \--- androidx.sqlite:sqlite-bundled-android:2.5.0-alpha04 -+| +--- androidx.sqlite:sqlite:2.5.0-alpha04 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0 (*) -+| +--- androidx.sqlite:sqlite:2.5.0-alpha04 (c) -+| \--- androidx.sqlite:sqlite-framework:2.5.0-alpha04 (c) ++--- androidx.appcompat:appcompat:1.7.0 (*) ++--- io.noties.markwon:core:4.6.2 +| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 7f8fb9a21..6959106cb 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -610,15 +610,13 @@ +| | | \--- androidx.sqlite:sqlite-android:2.5.0-alpha04 +| | | +--- androidx.annotation:annotation:1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0 (*) -+| | | +--- androidx.sqlite:sqlite-framework:2.5.0-alpha04 (c) -+| | | \--- androidx.sqlite:sqlite-bundled:2.5.0-alpha04 (c) ++| | | \--- androidx.sqlite:sqlite-framework:2.5.0-alpha04 (c) +| | +--- androidx.sqlite:sqlite-framework:2.5.0-alpha04 +| | | \--- androidx.sqlite:sqlite-framework-android:2.5.0-alpha04 +| | | +--- androidx.annotation:annotation:1.8.0 (*) +| | | +--- androidx.sqlite:sqlite:2.5.0-alpha04 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0 (*) -+| | | +--- androidx.sqlite:sqlite:2.5.0-alpha04 (c) -+| | | \--- androidx.sqlite:sqlite-bundled:2.5.0-alpha04 (c) ++| | | \--- androidx.sqlite:sqlite:2.5.0-alpha04 (c) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0 (*) +| | +--- org.jetbrains.kotlinx:atomicfu:0.17.0 +| | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.17.0 @@ -1119,12 +1117,6 @@ +| \--- androidx.lifecycle:lifecycle-common-java8:2.8.2 (c) ++--- androidx.lifecycle:lifecycle-viewmodel:2.8.2 (*) ++--- androidx.room:room-runtime:2.7.0-alpha04 (*) -++--- androidx.sqlite:sqlite-bundled:2.5.0-alpha04 -+| \--- androidx.sqlite:sqlite-bundled-android:2.5.0-alpha04 -+| +--- androidx.sqlite:sqlite:2.5.0-alpha04 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0 (*) -+| +--- androidx.sqlite:sqlite:2.5.0-alpha04 (c) -+| \--- androidx.sqlite:sqlite-framework:2.5.0-alpha04 (c) ++--- androidx.appcompat:appcompat:1.7.0 (*) ++--- io.noties.markwon:core:4.6.2 +| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0 (*)