Skip to content

Commit

Permalink
update version to 1.7.2-SNAPSHOT, and fix data backward compatibility…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
sunny-chung committed Feb 1, 2025
1 parent 2c5dac4 commit 69eb8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class DataBackwardCompatibilityTest {
companion object {
@JvmStatic
fun appVersionsHavingTestData(): List<String> =
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 =
Expand Down

0 comments on commit 69eb8f2

Please sign in to comment.