Update HISTORY and beta version

This commit is contained in:
Adolfo Santiago 2022-01-18 07:29:28 +01:00
parent 2bc22684f9
commit 4452ea1515
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
Husky 1.1.0-beta2 - 2022-01-18
- Fix: Change ACRA email address.
Husky 1.1.0-beta1 - 2022-01-15
- App: Added ACRA support.
- Fix: Fix missing chats in app
- Fix: Fix missing chats in app.
Update dependencies:
- constraintlayout (2.1.2 -> 2.1.3)

View File

@ -21,7 +21,7 @@ object DefaultConfig {
const val applicationID = "su.xash.husky"
const val minSdk = 23
const val targetSdk = 30
const val versionCodeRel = 173
const val versionCodeRel = 174
const val versionNameRel = "1.1.0"
val javaVersion = JavaVersion.VERSION_11
@ -34,7 +34,7 @@ object DefaultConfig {
object BetaConfig {
const val betaSuffix = "beta"
const val betaSuffixVersion = "1"
const val betaSuffixVersion = "2"
}
object BuildTypes {