Release 1.2.1

This commit is contained in:
Adolfo Santiago 2022-05-15 14:59:24 +02:00
parent b0caac3a46
commit a26c078731
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Husky 1.2.1 - 2022-05-15
- Fix: Animated emojis.
Update dependencies:
- AGP (7.1.3 -> 7.2.0)
- glide (4.13.1 -> 4.13.2)
Husky 1.2.0 - 2022-05-09
- Add: Hide your full username in the "Live Notifications persistent" push.
- Fix: Creating filters.

View File

@ -0,0 +1,4 @@
Husky 1.2.1
Changelog:
- Animated emojis are working now.

View File

@ -0,0 +1,4 @@
Husky 1.2.1
Список изменений:
- Анимированные эмодзи теперь работают.

View File

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