diff --git a/play-validations/memory-footprint/src/main/java/com/google/wear/watchface/dfx/memory/EvaluationSettings.kt b/play-validations/memory-footprint/src/main/java/com/google/wear/watchface/dfx/memory/EvaluationSettings.kt index 3031c98..1a3876d 100644 --- a/play-validations/memory-footprint/src/main/java/com/google/wear/watchface/dfx/memory/EvaluationSettings.kt +++ b/play-validations/memory-footprint/src/main/java/com/google/wear/watchface/dfx/memory/EvaluationSettings.kt @@ -221,7 +221,7 @@ class EvaluationSettings( private const val HONEYFACE_VERSION = "honeyface" private const val GREEDY_DEFAULT_LIMIT = 10_000_000 - private val SUPPORTED_VERSIONS: List = ImmutableList.of(HONEYFACE_VERSION, "1", "2", "3", "4") + private val SUPPORTED_VERSIONS: List = ImmutableList.of(HONEYFACE_VERSION, "1", "2", "3", "4", "5") @JvmStatic fun parseFromArguments(vararg arguments: String): Optional =