mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
remove unneeded comment
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
c9ba0fe870
commit
223bc6302c
@ -252,7 +252,7 @@ dependencies {
|
||||
|
||||
implementation "androidx.room:room-runtime:${roomVersion}"
|
||||
implementation "androidx.room:room-rxjava2:${roomVersion}"
|
||||
kapt "androidx.room:room-compiler:${roomVersion}" // For Kotlin use kapt instead of annotationProcessor
|
||||
kapt "androidx.room:room-compiler:${roomVersion}"
|
||||
implementation "androidx.room:room-ktx:${roomVersion}"
|
||||
|
||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}"
|
||||
|
Loading…
Reference in New Issue
Block a user