fix: add a check for minimum poll time
This commit is contained in:
parent
f707f8cc33
commit
b0dbd7a348
3 changed files with 9 additions and 1 deletions
|
@ -15,7 +15,7 @@ android {
|
|||
targetSdk 34
|
||||
versionCode((System.currentTimeMillis() / 60000).toInteger())
|
||||
versionName "3.0.0"
|
||||
versionCode 220000000
|
||||
versionCode 300000000
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue