TP-0000 | version bump(1.0.30) (#211)

This commit is contained in:
Maila Rajanikanth
2023-10-09 17:58:25 +05:30
committed by GitHub
parent ec076661ad
commit b9a093632a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -20,7 +20,7 @@ data class SchedulerAction(
data class SchedulerActionItems(
val delay: Int? = 0,
val delayInMillis : Long? = 0,
val delayInMillis : Long? = null,
val actions: List<UiTronAction>? = null
)