Skip to content

Commit

Permalink
배포를 위한 버전업
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdohun0104 committed Feb 20, 2021
1 parent a6d5c9b commit 9dce725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = kr.co.finda.androidtemplate
pluginName_ = FindaTemplatePlugin-Android
pluginVersion = 0.0.7
pluginVersion = 0.0.8
pluginSinceBuild = 201
pluginUntilBuild = 203.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package kr.co.finda.androidtemplate.type

data class WaistUpState(
var isEnabled: Boolean = true,
var hideDelay: Long = 2000,
var waitDelay: Long = 2000
var hideDelay: Long = 4000,
var waitDelay: Long = 10000
)

0 comments on commit 9dce725

Please sign in to comment.