mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
improve build.gradle
This commit is contained in:
parent
587a3ba9ac
commit
6da00f912e
@ -75,7 +75,7 @@ android {
|
||||
dependencies {
|
||||
//debugImplementation libs.square.leakcanary
|
||||
|
||||
kapt "androidx.room:room-compiler:2.4.3"
|
||||
kapt libs.room.compiler
|
||||
|
||||
implementation libs.androidx.appcompat
|
||||
implementation libs.androidx.constraintlayout
|
||||
|
@ -50,4 +50,5 @@ square-leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary-andr
|
||||
lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
||||
lifecycle-runtime = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
||||
lifecycle-livedata = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
||||
room = { group = "androidx.room", name="room-runtime", version.ref = "room" }
|
||||
room = { group = "androidx.room", name="room-runtime", version.ref = "room" }
|
||||
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
|
Loading…
x
Reference in New Issue
Block a user