Skip to content

Commit 4f5e772

Browse files
committed
Remove xerial sqlite dependency
1 parent f7a0b99 commit 4f5e772

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ dependencies {
214214
implementation 'androidx.recyclerview:recyclerview:1.1.0'
215215
implementation "androidx.room:room-runtime:${androidxRoomVersion}"
216216
implementation "androidx.room:room-rxjava3:${androidxRoomVersion}"
217-
218-
// Apple Silicon Mac workaround (https://issuetracker.google.com/issues/174695268#comment9)
219-
kapt "org.xerial:sqlite-jdbc:3.34.0"
220-
221217
kapt "androidx.room:room-compiler:${androidxRoomVersion}"
222218
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
223219
implementation 'androidx.webkit:webkit:1.4.0'

0 commit comments

Comments
 (0)