Add uploader_url column to StreamEntity
This commit is contained in:
parent
27adea1619
commit
028b7d5c1e
8 changed files with 743 additions and 9 deletions
|
|
@ -214,6 +214,7 @@ dependencies {
|
|||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
implementation "androidx.room:room-runtime:${androidxRoomVersion}"
|
||||
implementation "androidx.room:room-rxjava3:${androidxRoomVersion}"
|
||||
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…
Add table
Add a link
Reference in a new issue