gradle: bump accompanist and activity-compose
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Centralized versions for dependencies that share versions
|
||||
[versions]
|
||||
accompanist = "0.9.0"
|
||||
accompanist = "0.9.1"
|
||||
androidx_test = "1.4.0-alpha05"
|
||||
compose = "1.0.0-beta06"
|
||||
coroutines = "1.4.3"
|
||||
@@ -38,7 +38,7 @@ androidx-lifecycle-runtimeKtx = { module = "androidx.lifecycle:lifecycle-runtime
|
||||
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
||||
|
||||
# Compose dependencies
|
||||
androidx-compose-activity = "androidx.activity:activity-compose:1.3.0-alpha06"
|
||||
androidx-compose-activity = "androidx.activity:activity-compose:1.3.0-alpha07"
|
||||
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
|
||||
androidx-compose-lifecycleViewModel = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha04"
|
||||
androidx-compose-material = { module = "androidx.compose.material:material", version.ref = "compose" }
|
||||
|
||||
Reference in New Issue
Block a user