From 4f6092e5dc6d691cfee665454299aeddcca7938e Mon Sep 17 00:00:00 2001 From: johan12345 Date: Sun, 11 Jun 2023 21:20:38 +0200 Subject: [PATCH] remove extra spatialite library --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b43ef5d8..c8fbe24d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -246,8 +246,7 @@ dependencies { implementation "androidx.room:room-runtime:$room_version" kapt "androidx.room:room-compiler:$room_version" implementation "androidx.room:room-ktx:$room_version" - implementation('com.github.anboralabs:spatia-room:0.2.7') - implementation 'com.github.ev-map:android-spatialite:654dca2365' + implementation 'com.github.anboralabs:spatia-room:0.2.7' // billing library def billing_version = "6.0.0"