Add uploader_url column to StreamEntity

This commit is contained in:
ktprograms 2021-08-11 16:26:13 +08:00
parent 27adea1619
commit 028b7d5c1e
8 changed files with 743 additions and 9 deletions

View file

@ -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'