mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-28 13:30:54 +02:00
Updating dependencies
This commit is contained in:
parent
75922f93bc
commit
cfdb20892e
@ -85,7 +85,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.core:core-ktx:1.9.0'
|
implementation 'androidx.core:core-ktx:1.10.0'
|
||||||
implementation 'androidx.activity:activity-compose:1.7.0-beta01'
|
implementation 'androidx.activity:activity-compose:1.7.0-beta01'
|
||||||
implementation "androidx.compose.ui:ui:$compose_ui_version"
|
implementation "androidx.compose.ui:ui:$compose_ui_version"
|
||||||
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
|
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
|
||||||
|
@ -2,7 +2,7 @@ buildscript {
|
|||||||
ext {
|
ext {
|
||||||
fragment_version = "1.5.6"
|
fragment_version = "1.5.6"
|
||||||
lifecycle_version = '2.6.1'
|
lifecycle_version = '2.6.1'
|
||||||
compose_ui_version = '1.5.0-alpha01'
|
compose_ui_version = '1.5.0-alpha02'
|
||||||
nav_version = "2.5.3"
|
nav_version = "2.5.3"
|
||||||
room_version = "2.4.3"
|
room_version = "2.4.3"
|
||||||
accompanist_version = '0.30.0'
|
accompanist_version = '0.30.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user