From 69eb8f278ce801ed034956ee644f8ab8a75b8d0b Mon Sep 17 00:00:00 2001 From: Sunny Chung Date: Sat, 1 Feb 2025 21:37:26 +0800 Subject: [PATCH] update version to 1.7.2-SNAPSHOT, and fix data backward compatibility tests --- build.gradle.kts | 2 +- .../hellohttp/test/DataBackwardCompatibilityTest.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d0af5b9..d8fc3f6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "com.sunnychung.application" -version = "1.8.0-SNAPSHOT" // must be in 'x.y.z' for native distributions +version = "1.7.2-SNAPSHOT" // must be in 'x.y.z' for native distributions repositories { google() diff --git a/src/jvmTest/kotlin/com/sunnychung/application/multiplatform/hellohttp/test/DataBackwardCompatibilityTest.kt b/src/jvmTest/kotlin/com/sunnychung/application/multiplatform/hellohttp/test/DataBackwardCompatibilityTest.kt index 330dd45..53138ef 100644 --- a/src/jvmTest/kotlin/com/sunnychung/application/multiplatform/hellohttp/test/DataBackwardCompatibilityTest.kt +++ b/src/jvmTest/kotlin/com/sunnychung/application/multiplatform/hellohttp/test/DataBackwardCompatibilityTest.kt @@ -40,7 +40,7 @@ class DataBackwardCompatibilityTest { companion object { @JvmStatic fun appVersionsHavingTestData(): List = - listOf("1.5.2", "1.6.0", "1.7.0", "1.7.1") // sorted by versions ascending + listOf("1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.7.2") // sorted by versions ascending } internal fun currentAppVersionExcludingLabel(): String =