chore(upgrade): Bump foss upgrade cache key

This commit is contained in:
darken
2026-04-17 13:02:14 +02:00
committed by Matthias Urhahn
parent 384d81be18
commit f4ec4630e4
@@ -26,7 +26,7 @@ class FossCache @Inject constructor(
private val dataStore: DataStore<Preferences> = context.dataStore
val upgrade = dataStore.createValue<FossUpgrade?>(
key = "foss.upgrade",
key = "foss.upgrade1",
defaultValue = null,
json = json,
onErrorFallbackToDefault = true,