TP-53619 | backport | release-5.7.4 (#10669)
This commit is contained in:
@@ -14,8 +14,8 @@ plugins {
|
||||
id 'com.facebook.react'
|
||||
}
|
||||
|
||||
def VERSION_CODE = 403
|
||||
def VERSION_NAME = "5.7.3"
|
||||
def VERSION_CODE = 404
|
||||
def VERSION_NAME = "5.7.4"
|
||||
|
||||
android {
|
||||
namespace 'com.naviapp'
|
||||
|
||||
@@ -21,7 +21,6 @@ androidx-appcompat = "1.6.1"
|
||||
androidx-arch-core-testing = "2.2.0"
|
||||
androidx-browser = "1.3.0"
|
||||
androidx-camera = "1.3.0-beta01"
|
||||
androidx-compose-runtime = "1.5.4"
|
||||
androidx-constraintlayout = "2.1.4"
|
||||
androidx-constraintlayoutCompose = "1.1.0-alpha10"
|
||||
androidx-core-ktx = "1.8.0"
|
||||
@@ -95,7 +94,7 @@ moengage-rich-notification = "4.3.2"
|
||||
navi-alfred = "1.1.7"
|
||||
navi-guarddog = "1.5.0"
|
||||
navi-pulse = "1.0.1"
|
||||
navi-uitron = "1.3.4-20240423.133607-27"
|
||||
navi-uitron = "1.3.6"
|
||||
navigation = "2.5.3"
|
||||
okhttp-bom = "4.12.0"
|
||||
otaliastudios-cameraview = "2.7.2"
|
||||
|
||||
@@ -53,8 +53,8 @@ class UiTronDependencyProvider(private val context: Context) : IUiTronDependency
|
||||
override fun getTransformedText(
|
||||
value: String?,
|
||||
data: OutlinedTextFieldValueTransformation?
|
||||
): String {
|
||||
return EMPTY
|
||||
): String? {
|
||||
return null
|
||||
}
|
||||
|
||||
override fun getUiTronConfig(): UiTronConfig {
|
||||
|
||||
Reference in New Issue
Block a user