1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Fix typo in app/build.gradle

This commit is contained in:
ktprograms 2021-08-14 20:56:29 +08:00
parent 65f2730261
commit 85fbd2560d

View File

@ -215,7 +215,7 @@ dependencies {
implementation "androidx.room:room-runtime:${androidxRoomVersion}"
implementation "androidx.room:room-rxjava3:${androidxRoomVersion}"
// Apple Sillicon Mac workaround (https://issuetracker.google.com/issues/174695268#comment9)
// Apple Silicon Mac workaround (https://issuetracker.google.com/issues/174695268#comment9)
kapt "org.xerial:sqlite-jdbc:3.34.0"
kapt "androidx.room:room-compiler:${androidxRoomVersion}"