Updating dependencies

This commit is contained in:
Vitor Pamplona
2023-11-09 12:02:28 -05:00
parent 499149b7d9
commit 5493ce0dcf
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ dependencies {
playImplementation 'com.google.mlkit:language-id:17.0.4'
// Google services model the translate text
playImplementation 'com.google.mlkit:translate:17.0.1'
playImplementation 'com.google.mlkit:translate:17.0.2'
// PushNotifications
playImplementation platform('com.google.firebase:firebase-bom:32.4.1')

View File

@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
ext {
fragment_version = "1.6.1"
fragment_version = "1.6.2"
lifecycle_version = '2.6.2'
compose_ui_version = '1.5.4'
nav_version = '2.7.4'