wrong download offset fix

This commit is contained in:
Finnley Somdahl 2023-12-31 05:39:18 -06:00
parent 98a3a1107b
commit 486be4827e
2 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,7 @@ android {
minSdk 23
targetSdk 34
versionCode ((System.currentTimeMillis() / 60000).toInteger())
versionName "2.0.0-beta00-i"
versionName "2.0.0-beta00-iv2"
signingConfig signingConfigs.debug
}