build: upgrade Compose and other dependencies

This commit is contained in:
Harsh Shandilya 2022-01-20 20:52:44 +05:30
parent 7e67fdb325
commit b3dbbd31f3
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[versions] [versions]
accompanist = "0.20.3" accompanist = "0.24.0-alpha"
aurora = "1.0.1" aurora = "1.0.1"
coroutines = "1.6.0" coroutines = "1.6.0"
hilt = "2.40.5" hilt = "2.40.5"
@ -22,7 +22,7 @@ accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-sys
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0" androidx-activity-compose = "androidx.activity:activity-compose:1.4.0"
androidx-appcompat = "androidx.appcompat:appcompat:1.4.1" androidx-appcompat = "androidx.appcompat:appcompat:1.4.1"
androidx-browser = "androidx.browser:browser:1.4.0" androidx-browser = "androidx.browser:browser:1.4.0"
androidx-core-ktx = "androidx.core:core-ktx:1.7.0" androidx-core-ktx = "androidx.core:core-ktx:1.8.0-alpha02"
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-beta01" androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-beta01"
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0" androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0"
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.4.0-rc01" androidx-navigation-compose = "androidx.navigation:navigation-compose:2.4.0-rc01"

View file

@ -5,7 +5,7 @@ pluginManagement {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
google() google()
} }
plugins { id("org.jetbrains.compose") version "1.0.1" apply false } plugins { id("org.jetbrains.compose") version "1.1.0-alpha1-dev550" apply false }
} }
dependencyResolutionManagement { dependencyResolutionManagement {