Update HISTORY and version
This commit is contained in:
parent
0bd5182b9e
commit
3c4e2369aa
2 changed files with 13 additions and 2 deletions
11
HISTORY
11
HISTORY
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue