TP-0000 | version bump(1.0.30) (#211)
This commit is contained in:
committed by
GitHub
parent
ec076661ad
commit
b9a093632a
@@ -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'
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user