Skip to content

Commit

Permalink
Update version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
syt0r committed Oct 8, 2023
1 parent 552ac60 commit e6d63af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AppVersion.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object AppVersion {

const val versionCode = 15
const val versionCode = 16

const val versionName = "1.5"
const val versionName = "1.6"

// Requires 3 numbers
const val desktopAppVersion = "$versionName.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ fun VersionChangeDialog(
LazyColumn(
modifier = Modifier.weight(1f).fillMaxWidth()
) {
version("1.6", LocalDate(2023, 10, 7)) {
append(
"""
- Bug fixes: wrong daily progress, missing group details data and others
- UI improvements for large screens
""".trimIndent()
)
}
version("1.5", LocalDate(2023, 10, 3)) {
append(
"""
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelog/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Bug fixes: wrong daily progress, missing group details data and others
- UI improvements for large screens

0 comments on commit e6d63af

Please sign in to comment.