Look at new v2 remote announcement manifest.

fork-5.53.8
Greyson Parrelli 2022-08-29 12:38:38 -04:00
rodzic e918178694
commit d26ba27069
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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