Skip to content

Commit 020ec72

Browse files
authored
Update memory-footprint settings options (#84)
1 parent ee755f6 commit 020ec72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

play-validations/memory-footprint/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id 'org.jetbrains.kotlin.jvm' version "2.0.21"
1919
}
2020

21-
def baseVersion = "1.4.1"
21+
def baseVersion = "1.4.2"
2222

2323
dependencies {
2424
implementation 'com.twelvemonkeys.imageio:imageio-webp:3.9.4'

play-validations/memory-footprint/src/main/java/com/google/wear/watchface/dfx/memory/EvaluationSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class EvaluationSettings(
221221
private const val HONEYFACE_VERSION = "honeyface"
222222
private const val GREEDY_DEFAULT_LIMIT = 10_000_000
223223

224-
private val SUPPORTED_VERSIONS: List<String> = ImmutableList.of(HONEYFACE_VERSION, "1", "2")
224+
private val SUPPORTED_VERSIONS: List<String> = ImmutableList.of(HONEYFACE_VERSION, "1", "2", "3")
225225

226226
@JvmStatic
227227
fun parseFromArguments(vararg arguments: String): Optional<EvaluationSettings> =

third_party/wff/specification/validator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
apply plugin: 'java-library'
1717

18-
def baseVersion="1.4.0"
18+
def baseVersion="1.4.2"
1919
def baseArchivesName="wff-validator"
2020

2121
dependencies {

0 commit comments

Comments
 (0)