Look at new v2 remote announcement manifest.
This commit is contained in:
parent
e918178694
commit
d26ba27069
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue