@@ -97,7 +97,7 @@ dependencies {
97
97
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
98
98
implementation ' androidx.activity:activity-compose:1.9.1'
99
99
implementation ' androidx.activity:activity-ktx:1.9.1'
100
- implementation platform(' androidx.compose:compose-bom:2024.06 .00' )
100
+ implementation platform(' androidx.compose:compose-bom:2024.09 .00' )
101
101
implementation ' androidx.compose.ui:ui'
102
102
implementation ' androidx.compose.ui:ui-graphics'
103
103
implementation ' androidx.compose.ui:ui-tooling-preview'
@@ -110,7 +110,7 @@ dependencies {
110
110
testImplementation ' junit:junit:4.13.2'
111
111
androidTestImplementation ' androidx.test.ext:junit:1.2.1'
112
112
androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
113
- androidTestImplementation platform(' androidx.compose:compose-bom:2024.06 .00' )
113
+ androidTestImplementation platform(' androidx.compose:compose-bom:2024.09 .00' )
114
114
androidTestImplementation ' androidx.compose.ui:ui-test-junit4'
115
115
debugImplementation ' androidx.compose.ui:ui-tooling'
116
116
debugImplementation ' androidx.compose.ui:ui-test-manifest'
@@ -121,7 +121,7 @@ dependencies {
121
121
annotationProcessor ' com.google.dagger:hilt-compiler:2.49'
122
122
implementation " androidx.hilt:hilt-navigation-compose:1.2.0"
123
123
124
- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4 '
124
+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.1.1 '
125
125
126
126
implementation ' com.arthenica:ffmpeg-kit-full-gpl:5.1'
127
127
0 commit comments