mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Removed the testing date from code.
This commit is contained in:
parent
882784d0ea
commit
e0731197fc
@ -22,7 +22,7 @@ import java.time.temporal.ChronoUnit
|
||||
object GenerateVersionCode {
|
||||
fun getVersionCode(): Int {
|
||||
// the date when the automatic version code generation started
|
||||
val lastDate = LocalDate.of(2020, 7, 17)
|
||||
val lastDate = LocalDate.of(2024, 7, 17)
|
||||
|
||||
// Calculate the number of days between the lastDate and today's date.
|
||||
// This gives us the total number of days since the last version code was set.
|
||||
|
Loading…
x
Reference in New Issue
Block a user