mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Look at new v2 remote announcement manifest.
This commit is contained in:
@@ -40,7 +40,7 @@ class RetrieveRemoteAnnouncementsJob private constructor(private val force: Bool
|
||||
|
||||
companion object {
|
||||
const val KEY = "RetrieveReleaseChannelJob"
|
||||
private const val MANIFEST = "${S3.DYNAMIC_PATH}/release-notes/release-notes.json"
|
||||
private const val MANIFEST = "${S3.DYNAMIC_PATH}/release-notes/release-notes-v2.json"
|
||||
private const val BASE_RELEASE_NOTE = "${S3.STATIC_PATH}/release-notes"
|
||||
private const val KEY_FORCE = "force"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user