mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
バージョンカタログにRoomを追加
This commit is contained in:
parent
07b6434689
commit
d57fa48058
|
@ -2,6 +2,7 @@
|
|||
nav = "2.7.5"
|
||||
agp = "8.0.2"
|
||||
activity = "1.8.0"
|
||||
room = "2.5.0"
|
||||
|
||||
[libraries]
|
||||
navigation-fragment = { group="androidx.navigation", name="navigation-fragment", version.ref="nav"}
|
||||
|
@ -20,5 +21,8 @@ com-google-dagger-hilt-android = { group="com.google.dagger", name="hilt-android
|
|||
com-google-dagger-hilt-compiler = { group="com.google.dagger", name="hilt-compiler", version="2.44" }
|
||||
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
||||
|
||||
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
|
||||
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
|
||||
|
||||
[plugins]
|
||||
com-android-library = { id = "com.android.library", version.ref = "agp" }
|
Loading…
Reference in New Issue
Block a user