mirror of
https://github.com/LucasVbr/Queezer.git
synced 2026-05-13 17:11:55 +00:00
fix: Custom Party + Success rate
This commit is contained in:
@@ -21,6 +21,7 @@ roomPaging = "2.6.1"
|
||||
roomRuntime = "2.6.1"
|
||||
roomRuntimeVersion = "2.5.0"
|
||||
runtimeLivedata = "1.7.6"
|
||||
material = "1.12.0"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -54,6 +55,7 @@ androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref =
|
||||
room-compiler = { module = "androidx.room:room-compiler" }
|
||||
room-ktx = { module = "androidx.room:room-ktx" }
|
||||
androidx-runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata", version.ref = "runtimeLivedata" }
|
||||
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user