@@ -71,21 +71,21 @@ dependencies {
71
71
kapt " com.google.dagger:hilt-android-compiler:2.37"
72
72
implementation " androidx.hilt:hilt-lifecycle-viewmodel:1.0.0-alpha03"
73
73
kapt " androidx.hilt:hilt-compiler:1.0.0"
74
- implementation ' androidx.hilt:hilt-navigation-compose:1.0.0-rc01 '
74
+ implementation ' androidx.hilt:hilt-navigation-compose:1.0.0'
75
75
76
76
// Accompanist
77
77
implementation " com.google.accompanist:accompanist-placeholder-material:$accompanistVersion "
78
78
implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanistVersion "
79
79
80
80
implementation ' androidx.core:core-ktx:1.7.0'
81
- implementation ' androidx.appcompat:appcompat:1.4.0 '
82
- implementation ' com.google.android.material:material:1.4 .0'
81
+ implementation ' androidx.appcompat:appcompat:1.4.1 '
82
+ implementation ' com.google.android.material:material:1.5 .0'
83
83
implementation " androidx.compose.ui:ui:$compose_version "
84
84
implementation " androidx.compose.material:material:$compose_version "
85
85
implementation " androidx.compose.material:material-icons-extended:$compose_version "
86
86
implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
87
- implementation ' androidx.navigation:navigation-compose:2.4.0-rc01 '
88
- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.4.0 '
87
+ implementation ' androidx.navigation:navigation-compose:2.4.1 '
88
+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.4.1 '
89
89
implementation ' androidx.activity:activity-compose:1.4.0'
90
90
testImplementation ' junit:junit:4.13.2'
91
91
androidTestImplementation ' androidx.test.ext:junit:1.1.3'
0 commit comments