Skip to content

Commit

Permalink
Version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Jul 13, 2024
1 parent cd57ef8 commit 3c93241
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ plugins {

val major = 1
val minor = 5
val patch = 6
val code = 20
val patch = 7
val code = 21

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.7 (2024-07-13)
- Последнее обновление с поддержкой Android 4.1-4.4 (API 16-20)
- Обновлены зависимости

v1.5.6 (2023-12-09)
- Исправлено падение в сборке minApi16

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.7 (2024-07-13)
- Last update that supports Android 4.1-4.4 (API 16-20)
- Updated dependencies

v1.5.6 (2023-12-09)
- Fix crash in minApi16 build

Expand Down

0 comments on commit 3c93241

Please sign in to comment.