バージョンカタログにRoomを追加

This commit is contained in:
ろむねこ 2023-12-11 14:39:37 +09:00
parent 07b6434689
commit d57fa48058
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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" }