Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Sep 16, 2021
1 parent 19ed120 commit aa9a431
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ android {
applicationId = "ru.art2000.calculator"
minSdk = 18
targetSdk = 31
versionCode = 7
versionCode = 8

val major = 1
val minor = 1
val patch = 5
val minor = 2
val patch = 0

versionName = "$major.$minor.$patch"

Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw-ru/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.2.0
- Разделены версии с minApi 18 и 21. В версии с minApi 21 немного используется Compose
- Добавлено больше величин в конвертер величин
- Добавлена автопрокрутка при вводе в калькуляторе и простом конвертере величин
- Исправлено падение конвертера величин после смены темы
- Исправлены проблемы со стилизацией и расположением элементов для API <21

v1.1.5
- Исправлено неверное именование типа лексем при просмотре отладочной информации в публичных сборках

Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.2.0
- Split version for minApi 18 and 21. Version with minApi 21 uses Compose a little
- Added more units to unit converter
- Added auto scrolling on input in calculator and simple unit converter
- Fixed crash in unit converter after changing theme
- Fixed various styling nad layout problems on API <21

v1.1.5
- Fixed wrong lexeme type naming in debug view in release mode

Expand Down

0 comments on commit aa9a431

Please sign in to comment.