Remove xerial sqlite dependency
This commit is contained in:
parent
1b05c404d5
commit
ef94458249
|
@ -214,10 +214,6 @@ dependencies {
|
|||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
implementation "androidx.room:room-runtime:${androidxRoomVersion}"
|
||||
implementation "androidx.room:room-rxjava3:${androidxRoomVersion}"
|
||||
|
||||
// Apple Sillicon Mac workaround (https://issuetracker.google.com/issues/174695268#comment9)
|
||||
kapt "org.xerial:sqlite-jdbc:3.34.0"
|
||||
|
||||
kapt "androidx.room:room-compiler:${androidxRoomVersion}"
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||
implementation 'androidx.webkit:webkit:1.4.0'
|
||||
|
|
Loading…
Reference in New Issue