Skip to content

Commit 42f3b96

Browse files
committed
chore: Update patch versions
1 parent fe2517f commit 42f3b96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies {
103103
implementation 'androidx.compose.ui:ui-tooling-preview'
104104
implementation 'androidx.compose.material3:material3:1.2.1'
105105
implementation "androidx.compose.material:material-icons-extended:1.6.8"
106-
implementation 'androidx.appcompat:appcompat:1.7.0'
106+
implementation 'androidx.appcompat:appcompat:1.7.1'
107107
implementation 'androidx.documentfile:documentfile:1.0.1'
108108
implementation 'androidx.lifecycle:lifecycle-service:2.8.4'
109109

@@ -121,12 +121,12 @@ 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.1.1'
124+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
125125

126126
implementation files("libs/ffmpeg-kit-full-gpl-6.0-2.LTS.aar")
127127
implementation "com.arthenica:smart-exception-java:0.2.1"
128128

129-
implementation "androidx.datastore:datastore-preferences:1.1.1"
129+
implementation "androidx.datastore:datastore-preferences:1.1.7"
130130

131131
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
132132

@@ -135,7 +135,7 @@ dependencies {
135135
implementation 'com.maxkeppeler.sheets-compose-dialogs:list:1.2.0'
136136
implementation 'com.maxkeppeler.sheets-compose-dialogs:input:1.2.0'
137137

138-
def camerax_version = "1.3.4"
138+
def camerax_version = "1.4.2"
139139
implementation "androidx.camera:camera-core:${camerax_version}"
140140
implementation "androidx.camera:camera-camera2:${camerax_version}"
141141
implementation "androidx.camera:camera-lifecycle:${camerax_version}"

0 commit comments

Comments
 (0)