Skip to content

Commit

Permalink
update 增加兼容版本
Browse files Browse the repository at this point in the history
  • Loading branch information
gallonyin committed Jul 13, 2023
1 parent 0b41c72 commit 7b211cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/yameida/worktool/Constant.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.blankj.utilcode.util.SPUtils

object Constant {

val AVAILABLE_VERSION = arrayListOf("4.0.2", "4.0.6", "4.0.8", "4.0.10", "4.0.12", "4.0.16", "4.0.18", "4.0.19", "4.0.20", "4.1.0", "4.1.2", "4.1.3", "4.1.6")
val AVAILABLE_VERSION = arrayListOf("4.0.2", "4.0.6", "4.0.8", "4.0.10", "4.0.12", "4.0.16", "4.0.18", "4.0.19", "4.0.20", "4.1.0", "4.1.2", "4.1.3", "4.1.6", "4.1.7")
const val PACKAGE_NAMES = "com.tencent.wework"
const val WEWORK_NOTIFY = "wework_notify"
const val BASE_LONG_INTERVAL = 5000L
Expand Down

0 comments on commit 7b211cf

Please sign in to comment.