Skip to content

Commit b4dfe91

Browse files
committed
chore: Update dependencies
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
1 parent 3cfbbde commit b4dfe91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
9898
implementation 'androidx.activity:activity-compose:1.9.1'
9999
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')
101101
implementation 'androidx.compose.ui:ui'
102102
implementation 'androidx.compose.ui:ui-graphics'
103103
implementation 'androidx.compose.ui:ui-tooling-preview'
@@ -110,7 +110,7 @@ dependencies {
110110
testImplementation 'junit:junit:4.13.2'
111111
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
112112
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')
114114
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
115115
debugImplementation 'androidx.compose.ui:ui-tooling'
116116
debugImplementation 'androidx.compose.ui:ui-test-manifest'
@@ -121,7 +121,7 @@ dependencies {
121121
annotationProcessor 'com.google.dagger:hilt-compiler:2.49'
122122
implementation "androidx.hilt:hilt-navigation-compose:1.2.0"
123123

124-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
124+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.1'
125125

126126
implementation 'com.arthenica:ffmpeg-kit-full-gpl:5.1'
127127

0 commit comments

Comments
 (0)