remove extra spatialite library

This commit is contained in:
johan12345
2023-06-11 21:20:38 +02:00
parent dfd42e1ffd
commit 4f6092e5dc

View File

@@ -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"