mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-14 23:18:43 +00:00
Fix outdated comment.
This commit is contained in:
committed by
jeffrey-signal
parent
5b3c51013b
commit
f4863efb2e
@@ -27,7 +27,7 @@ val canonicalVersionName = "7.68.5"
|
||||
val currentHotfixVersion = 0
|
||||
val maxHotfixVersions = 100
|
||||
|
||||
// Other than the first offset of 0, we don't want versions to ever end in 0 so that they don't conflict with nightly versions
|
||||
// We don't want versions to ever end in 0 so that they don't conflict with nightly versions
|
||||
val possibleHotfixVersions = (0 until maxHotfixVersions).toList().filter { it % 10 != 0 }
|
||||
|
||||
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))
|
||||
|
||||
Reference in New Issue
Block a user