Skip to content

Commit 9dce725

Browse files
committed
배포를 위한 버전업
1 parent a6d5c9b commit 9dce725

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = kr.co.finda.androidtemplate
55
pluginName_ = FindaTemplatePlugin-Android
6-
pluginVersion = 0.0.7
6+
pluginVersion = 0.0.8
77
pluginSinceBuild = 201
88
pluginUntilBuild = 203.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

src/main/kotlin/kr/co/finda/androidtemplate/type/WaistUpState.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package kr.co.finda.androidtemplate.type
22

33
data class WaistUpState(
44
var isEnabled: Boolean = true,
5-
var hideDelay: Long = 2000,
6-
var waitDelay: Long = 2000
5+
var hideDelay: Long = 4000,
6+
var waitDelay: Long = 10000
77
)

0 commit comments

Comments
 (0)