Release 1.2.2

This commit is contained in:
Adolfo Santiago 2022-05-21 20:40:35 +02:00
parent 3cf4a5b04f
commit 31bfff4636
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,11 @@
Husky 1.2.2 - 2022-05-22
- Fix: Animated emojis while composing a status.
- Fix: Attempt to fix the back action.
- Fix: Attempt to fix the Preview behavior.
Update dependencies:
- Gradle (7.4 -> 7.4.2)
Husky 1.2.1 - 2022-05-15
- Fix: Animated emojis.

View File

@ -0,0 +1,6 @@
Husky 1.2.2
Changelog:
- Fix animated emojis while composing a status.
- Attempt to fix the back action.
- Attempt to fix the Preview behavior.

View File

@ -0,0 +1,6 @@
Husky 1.2.2
Список изменений:
- Исправление анимированных эмодзи при наборе статуса
- Попытка исправить поведение кнопки назад
- Попытка исправить поведение кнопки предпросмотра

View File

@ -9,8 +9,8 @@ buildVersions.jdkVersion = "${buildVersions.javaCompat}"
buildVersions.encoding = "UTF-8"
buildVersions.versionCode = 181
buildVersions.versionName = "1.2.1"
buildVersions.versionCode = 182
buildVersions.versionName = "1.2.2"
// Beta version info
def beta = [:]