Skip to content

Commit

Permalink
Version 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Dec 8, 2023
1 parent c817835 commit 5029270
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ import com.android.build.api.dsl.PostProcessing
import com.android.build.api.dsl.VariantDimension
import com.android.build.gradle.internal.cxx.configure.gradleLocalProperties
import org.jetbrains.kotlin.konan.properties.hasProperty
import java.util.*

plugins {
id("convention.android")
}

val major = 1
val minor = 5
val patch = 4
val code = 18
val patch = 5
val code = 19

android {
namespace = "ru.art2000.calculator"
Expand Down
4 changes: 4 additions & 0 deletions settings/src/androidMain/res/raw-ru/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.5.5 (2023-12-08)
- Исправлено отображение неверных результатов в истории
- Исправлена дупликация элементов истории после изменения настройки "Деление на ноль"

v1.5.4 (2022-11-19)
- Исправлены проблемы с вычислениями, возникавшие из-зза ошибочно включённого группирования

Expand Down
4 changes: 4 additions & 0 deletions settings/src/androidMain/res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.5.5 (2023-12-08)
- Fix displaying of erroneous history results
- Fix multiple occurrences of history items after changing "Divide by zero" setting

v1.5.4 (2022-11-19)
- Fix calculation problems due to erroneously enabled grouping

Expand Down

0 comments on commit 5029270

Please sign in to comment.