Look at new v2 remote announcement manifest.

This commit is contained in:
Greyson Parrelli 2022-08-29 12:38:38 -04:00
parent e918178694
commit d26ba27069

View file

@ -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"