We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a0b99 commit 4f5e772Copy full SHA for 4f5e772
1 file changed
app/build.gradle
@@ -214,10 +214,6 @@ dependencies {
214
implementation 'androidx.recyclerview:recyclerview:1.1.0'
215
implementation "androidx.room:room-runtime:${androidxRoomVersion}"
216
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
221
kapt "androidx.room:room-compiler:${androidxRoomVersion}"
222
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
223
implementation 'androidx.webkit:webkit:1.4.0'
0 commit comments