Add comment about xerial sqlite workaround

pull/6919/head
ktprograms 2021-08-14 20:54:23 +08:00
rodzic 21bcadeecb
commit 65f2730261
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -214,7 +214,10 @@ 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'