Release 1.2.2
This commit is contained in:
parent
3cf4a5b04f
commit
31bfff4636
4 changed files with 22 additions and 2 deletions
8
HISTORY
8
HISTORY
|
@ -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.
|
||||
|
||||
|
|
6
fastlane/metadata/android/en-US/changelogs/182.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/182.txt
Normal 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.
|
6
fastlane/metadata/android/ru/changelogs/182.txt
Normal file
6
fastlane/metadata/android/ru/changelogs/182.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Husky 1.2.2
|
||||
|
||||
Список изменений:
|
||||
- Исправление анимированных эмодзи при наборе статуса
|
||||
- Попытка исправить поведение кнопки назад
|
||||
- Попытка исправить поведение кнопки предпросмотра
|
|
@ -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 = [:]
|
||||
|
|
Loading…
Reference in a new issue