Update HISTORY and version

This commit is contained in:
Adolfo Santiago 2022-07-07 17:12:24 +02:00
parent 0bd5182b9e
commit 3c4e2369aa
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
2 changed files with 13 additions and 2 deletions

11
HISTORY
View File

@ -1,3 +1,14 @@
Husky 1.3.0-beta2 - 2022-07-07
- Fix: Emoji reactions in Akkoma are visible (thanks to Helene).
- Fix: Parsing error for different back-ends.
Update dependencies:
- exoplayer (2.17.1 -> 2.18.0)
- fragmentKtx (1.4.1 -> 1.5.0)
- kotlin (1.6.21 -> 1.7.0)
- lifecycle (2.4.1 -> 2.5.0)
- preferenceKtx (1.1.1 -> 1.2.0)
Husky 1.3.0-beta1 - 2022-06-27
- App: Remove ACRA in favor of a custom CrashHandler.
- App: Update API level to 32 (Android 12L).

View File

@ -9,7 +9,7 @@ buildVersions.jdkVersion = "${buildVersions.javaCompat}"
buildVersions.encoding = "UTF-8"
buildVersions.versionCode = 183
buildVersions.versionCode = 184
buildVersions.versionName = "1.3.0"
// Beta version info
@ -17,7 +17,7 @@ def beta = [:]
beta.suffix = "beta"
beta.applicationId = "su.xash.husky.${beta.suffix}"
beta.versionSuffix = "1"
beta.versionSuffix = "2"
buildVersions.beta = beta
// Dev version info