From 66d6aee97e7457066d12f87503df2dab797706dd Mon Sep 17 00:00:00 2001 From: johan12345 Date: Fri, 7 Nov 2025 19:57:11 +0100 Subject: [PATCH] upgrade spatia-room --- app/build.gradle.kts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c1cf39c9..233fb138 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -358,13 +358,7 @@ dependencies { implementation("androidx.room:room-runtime:$roomVersion") ksp("androidx.room:room-compiler:$roomVersion") implementation("androidx.room:room-ktx:$roomVersion") - implementation("com.github.anboralabs:spatia-room:0.3.0") { - exclude("com.github.dalgarins", "android-spatialite") - } - // forked version with upgraded sqlite & libxml & 16 KB page size support - // https://github.com/dalgarins/android-spatialite/pull/11 - // https://github.com/dalgarins/android-spatialite/pull/12 - implementation("io.github.ev-map:android-spatialite:2.2.1-alpha") + implementation("com.github.anboralabs:spatia-room:1.0.1") // billing library val billingVersion = "7.0.0"