@@ -130,12 +130,12 @@ dependencies {
130130 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version "
131131
132132 implementation ' androidx.activity:activity-ktx:1.10.1'
133- implementation ' androidx.appcompat:appcompat:1.7.0 '
133+ implementation ' androidx.appcompat:appcompat:1.7.1 '
134134 implementation ' androidx.core:core-ktx:1.16.0'
135135 implementation ' androidx.drawerlayout:drawerlayout:1.2.0'
136136 implementation ' androidx.exifinterface:exifinterface:1.4.1'
137- implementation ' androidx.fragment:fragment-ktx:1.8.7 '
138- def androidx_lifecycle_version = ' 2.9.0 '
137+ implementation ' androidx.fragment:fragment-ktx:1.8.8 '
138+ def androidx_lifecycle_version = ' 2.9.1 '
139139 implementation " androidx.lifecycle:lifecycle-common-java8:$androidx_lifecycle_version "
140140 implementation " androidx.lifecycle:lifecycle-livedata-ktx:$androidx_lifecycle_version "
141141 implementation " androidx.lifecycle:lifecycle-process:$androidx_lifecycle_version "
@@ -158,15 +158,15 @@ dependencies {
158158 // org.bouncycastle:bcprov-jdk15to18 instead.
159159 exclude group : ' org.bouncycastle' , module : ' bcprov-jdk15on'
160160 }
161- def bouncy_castle_version = ' 1.80 '
161+ def bouncy_castle_version = ' 1.81 '
162162 implementation " org.bouncycastle:bcprov-jdk15to18:$bouncy_castle_version "
163163 implementation (' com.hierynomus:sshj:0.40.0' ) {
164164 exclude group : ' org.bouncycastle' , module : ' bcprov-jdk18on'
165165 exclude group : ' org.bouncycastle' , module : ' bcpkix-jdk18on'
166166 }
167167 implementation " org.bouncycastle:bcpkix-jdk15to18:$bouncy_castle_version "
168168 implementation ' com.leinardi.android:speed-dial:3.3.0'
169- implementation (' com.rapid7.client:dcerpc:0.12.12 ' ) {
169+ implementation (' com.rapid7.client:dcerpc:0.12.13 ' ) {
170170 // SMBJ-RPC depends on the JRE flavor of Guava which targets Java 8.
171171 exclude group : ' com.google.guava' , module : ' guava'
172172 // Prevent promotion of SMBJ version to 0.12.2.
@@ -214,7 +214,7 @@ dependencies {
214214 implementation ' org.slf4j:slf4j-android:1.7.36'
215215
216216// #ifdef NONFREE
217- implementation platform(' com.google.firebase:firebase-bom:33.14 .0' )
217+ implementation platform(' com.google.firebase:firebase-bom:33.15 .0' )
218218 implementation ' com.google.firebase:firebase-analytics'
219219 implementation ' com.google.firebase:firebase-crashlytics-ndk'
220220// #endif
0 commit comments