TP-52887 | Bump Project Version to 1.3.6 (#425)
This commit is contained in:
@@ -68,8 +68,8 @@ class UiTronDependencyProvider : IUiTronDependencyProvider {
|
||||
override fun getTransformedText(
|
||||
value: String?,
|
||||
data: OutlinedTextFieldValueTransformation?
|
||||
): String {
|
||||
return value.orEmpty()
|
||||
): String? {
|
||||
return null
|
||||
}
|
||||
|
||||
override fun numberToWords(amount: String): String {
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
def VERSION_NAME = "1.3.5"
|
||||
def VERSION_NAME = "1.3.6"
|
||||
|
||||
android {
|
||||
namespace 'com.navi.uitron'
|
||||
|
||||
@@ -23,7 +23,7 @@ interface IUiTronDependencyProvider {
|
||||
fun getTransformedText(
|
||||
value: String? = null,
|
||||
data: OutlinedTextFieldValueTransformation? = null,
|
||||
): String
|
||||
): String?
|
||||
|
||||
enum class FontWeightEnum {
|
||||
TT_MEDIUM,
|
||||
|
||||
Reference in New Issue
Block a user