TP-52887 | Bump Project Version to 1.3.6 (#425)

This commit is contained in:
Shivam Goyal
2024-04-30 18:05:09 +05:30
committed by GitHub
parent b6ecc5f760
commit 413f2c476b
3 changed files with 4 additions and 4 deletions

View File

@@ -68,8 +68,8 @@ class UiTronDependencyProvider : IUiTronDependencyProvider {
override fun getTransformedText( override fun getTransformedText(
value: String?, value: String?,
data: OutlinedTextFieldValueTransformation? data: OutlinedTextFieldValueTransformation?
): String { ): String? {
return value.orEmpty() return null
} }
override fun numberToWords(amount: String): String { override fun numberToWords(amount: String): String {

View File

@@ -5,7 +5,7 @@ plugins {
id 'maven-publish' id 'maven-publish'
} }
def VERSION_NAME = "1.3.5" def VERSION_NAME = "1.3.6"
android { android {
namespace 'com.navi.uitron' namespace 'com.navi.uitron'

View File

@@ -23,7 +23,7 @@ interface IUiTronDependencyProvider {
fun getTransformedText( fun getTransformedText(
value: String? = null, value: String? = null,
data: OutlinedTextFieldValueTransformation? = null, data: OutlinedTextFieldValueTransformation? = null,
): String ): String?
enum class FontWeightEnum { enum class FontWeightEnum {
TT_MEDIUM, TT_MEDIUM,