Skip to content

Commit 117acc4

Browse files
committed
dependencies updated
1 parent 3e2aefe commit 117acc4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
implementation "androidx.camera:camera-view:${camerax_version}"
8888
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
8989

90-
implementation 'androidx.activity:activity:1.12.3'
90+
implementation 'androidx.activity:activity:1.12.4'
9191
implementation 'androidx.appcompat:appcompat:1.7.1'
9292
implementation 'androidx.cardview:cardview:1.0.0'
9393
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
@@ -115,14 +115,14 @@ dependencies {
115115
implementation "androidx.media3:media3-ui:${media3_version}"
116116
implementation "androidx.media3:media3-datasource:${media3_version}"
117117
implementation 'com.google.android.flexbox:flexbox:3.0.0'
118-
implementation 'com.google.android.gms:play-services-oss-licenses:17.3.0'
118+
implementation 'com.google.android.gms:play-services-oss-licenses:17.4.0'
119119
implementation 'com.google.android.material:material:1.13.0'
120120
implementation 'com.google.firebase:firebase-core:21.1.1'
121121
implementation 'com.google.firebase:firebase-crashlytics:20.0.4'
122122
implementation 'com.google.firebase:firebase-messaging:25.0.1'
123123
implementation 'com.google.mlkit:barcode-scanning:17.3.0'
124124

125-
implementation 'com.googlecode.libphonenumber:libphonenumber:9.0.22'
125+
implementation 'com.googlecode.libphonenumber:libphonenumber:9.0.25'
126126

127127
// WebRTC.
128128
implementation 'com.dafruits:webrtc:123.0.0'

tinodesdk/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ java {
4949

5050
dependencies {
5151
implementation fileTree(include: ['*.jar'], dir: 'libs')
52-
api 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
53-
api 'com.fasterxml.jackson.core:jackson-core:2.21.0'
52+
api 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
53+
api 'com.fasterxml.jackson.core:jackson-core:2.21.1'
5454
api 'com.fasterxml.jackson.core:jackson-annotations:2.21'
5555

5656
api 'org.java-websocket:Java-WebSocket:1.5.7'
5757
implementation 'com.ibm.icu:icu4j:78.2'
58-
implementation 'org.jetbrains:annotations:26.0.2-1'
58+
implementation 'org.jetbrains:annotations:26.1.0'
5959
testImplementation 'junit:junit:4.13.2'
6060
}

0 commit comments

Comments
 (0)