compose: Switch to new library for hiltViewModel
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ activity = "1.10.1"
|
||||
agCoreservice = "13.3.1.300"
|
||||
androidGradlePlugin = "8.13.0"
|
||||
adaptive = "1.2.0-beta01"
|
||||
androidx-hilt = "1.2.0"
|
||||
androidx-hilt = "1.3.0-rc01"
|
||||
androidx-junit = "1.3.0"
|
||||
browser = "1.9.0"
|
||||
coil = "3.3.0"
|
||||
@@ -61,7 +61,7 @@ androidx-adaptive-core = { module = "androidx.compose.material3.adaptive:adaptiv
|
||||
androidx-adaptive-layout = { module = "androidx.compose.material3.adaptive:adaptive-layout", version.ref = "adaptive" }
|
||||
androidx-adaptive-navigation = { module = "androidx.compose.material3.adaptive:adaptive-navigation", version.ref = "adaptive" }
|
||||
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
|
||||
androidx-hilt-navigation = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
|
||||
androidx-hilt-viewmodel = { module = "androidx.hilt:hilt-lifecycle-viewmodel-compose", version.ref = "androidx-hilt" }
|
||||
androidx-junit = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-junit" }
|
||||
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
||||
androidx-lifecycle-navigation3 = { module = "androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "lifecycle-navigation3" }
|
||||
|
||||
Reference in New Issue
Block a user