mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
treewide: update Compose and other deps
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
d2bc068f95
commit
ff4dfcac61
6 changed files with 9 additions and 15 deletions
|
@ -7,7 +7,7 @@ private const val ANDROIDX_HILT_VERSION = "1.0.0-alpha02"
|
|||
private const val DAGGER_HILT_VERSION = "2.29.1-alpha"
|
||||
|
||||
object Dependencies {
|
||||
const val COMPOSE_VERSION = "1.0.0-alpha06"
|
||||
const val COMPOSE_VERSION = "1.0.0-alpha07"
|
||||
object Kotlin {
|
||||
|
||||
object Coroutines {
|
||||
|
@ -38,8 +38,8 @@ object Dependencies {
|
|||
|
||||
const val activityKtx = "androidx.activity:activity-ktx:1.2.0-beta01"
|
||||
const val appCompat = "androidx.appcompat:appcompat:1.3.0-alpha02"
|
||||
const val browser = "androidx.browser:browser:1.3.0-beta01"
|
||||
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha04"
|
||||
const val browser = "androidx.browser:browser:1.3.0-rc01"
|
||||
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha05"
|
||||
const val coreLibraryDesugaring = "com.android.tools:desugar_jdk_libs:1.0.10"
|
||||
const val material = "com.google.android.material:material:1.3.0-alpha03"
|
||||
|
||||
|
@ -48,13 +48,10 @@ object Dependencies {
|
|||
const val compiler = "androidx.compose.compiler:compiler:$COMPOSE_VERSION"
|
||||
const val foundation = "androidx.compose.foundation:foundation:$COMPOSE_VERSION"
|
||||
const val foundationLayout = "androidx.compose.foundation:foundation-layout:$COMPOSE_VERSION"
|
||||
const val foundationText = "androidx.compose.foundation:foundation-text:$COMPOSE_VERSION"
|
||||
const val material = "androidx.compose.material:material:$COMPOSE_VERSION"
|
||||
const val navigation = "androidx.navigation:navigation-compose:1.0.0-alpha01"
|
||||
const val navigation = "androidx.navigation:navigation-compose:1.0.0-alpha02"
|
||||
const val runtime = "androidx.compose.runtime:runtime:$COMPOSE_VERSION"
|
||||
const val ui = "androidx.compose.ui:ui:$COMPOSE_VERSION"
|
||||
const val uiText = "androidx.compose.ui:ui-text:$COMPOSE_VERSION"
|
||||
const val uiTextAndroid = "androidx.compose.ui:ui-text-android:$COMPOSE_VERSION"
|
||||
const val uiUnit = "androidx.compose.ui:ui-unit:$COMPOSE_VERSION"
|
||||
const val uiTooling = "androidx.ui:ui-tooling:$COMPOSE_VERSION"
|
||||
}
|
||||
|
@ -85,7 +82,7 @@ object Dependencies {
|
|||
|
||||
object ThirdParty {
|
||||
|
||||
const val accompanist = "dev.chrisbanes.accompanist:accompanist-coil:0.3.2"
|
||||
const val accompanist = "dev.chrisbanes.accompanist:accompanist-coil:0.3.3.1"
|
||||
const val customtabs = "saschpe.android:customtabs:3.0.2"
|
||||
|
||||
object Roomigrant {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue