Skip to content

Commit

Permalink
Update app version to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
syt0r committed Jun 26, 2024
1 parent 8779b8b commit e340062
Show file tree
Hide file tree
Showing 3 changed files with 16 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 = 2061
const val versionCode = 2070

const val versionName = "2.0.6"
const val versionName = "2.0.7"

// Requires 3 numbers
const val desktopAppVersion = versionName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ fun VersionChangeDialog(
LazyColumn(
modifier = Modifier.weight(1f).fillMaxWidth()
) {
version("2.0.7", LocalDate(2024, 6, 27)) {
append(
"""
- Added more vocab practice modes
- Small redesigns of home screen in landscape mode and bottom sheets
- Fixed crash with multiple click on leave confirmation dialog
- Added a sponsor screen and the option to financially support the app in the Google Play version
""".trimIndent()
)
}
version("2.0.6", LocalDate(2024, 6, 14)) {
append(
"""
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelog/2070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added more vocab practice modes
- Small redesigns of home screen in landscape mode and bottom sheets
- Fixed crash with multiple click on leave confirmation dialog
- Added a sponsor screen and the option to financially support the app in the Google Play version

0 comments on commit e340062

Please sign in to comment.