Skip to content

Commit

Permalink
[BUMP] Bump app version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Jan 3, 2021
1 parent 05a9493 commit 419579f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {

def major = 1
def minor = 1
def patch = 0
def patch = 1

versionName "$major.$minor.$patch"

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/raw-ru/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.1.1
- Исправлено падение конвертера валют из-за proguard
- Исправлено падение конвертера валют из-за бага в новых версиях OkHttp

v1.1.0
- Обновлена встроенная база данных курса валют
- Получение курса валют через API вместо парсинга html
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.1.1
- Fixed crash in currency converter caused by proguard rules
- Fixed crash in currency converter caused by new versions of OkHttp

v1.1.0
- Updated preloaded currencies database
- Get currencies by api calls instead of html parsing
Expand Down

0 comments on commit 419579f

Please sign in to comment.