We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d5c9b commit 9dce725Copy full SHA for 9dce725
gradle.properties
@@ -3,7 +3,7 @@
3
4
pluginGroup = kr.co.finda.androidtemplate
5
pluginName_ = FindaTemplatePlugin-Android
6
-pluginVersion = 0.0.7
+pluginVersion = 0.0.8
7
pluginSinceBuild = 201
8
pluginUntilBuild = 203.*
9
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
src/main/kotlin/kr/co/finda/androidtemplate/type/WaistUpState.kt
@@ -2,6 +2,6 @@ package kr.co.finda.androidtemplate.type
2
data class WaistUpState(
var isEnabled: Boolean = true,
- var hideDelay: Long = 2000,
- var waitDelay: Long = 2000
+ var hideDelay: Long = 4000,
+ var waitDelay: Long = 10000
)
0 commit comments