Changelog for Husky 1.0.2-beta3, update version

This commit is contained in:
Adolfo Santiago 2021-12-01 20:35:31 +01:00
parent 744efeb869
commit f037606ece
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Husky 1.0.2-beta3 - 2021-12-01
- Gradle: Enable Minify and Shrink resources for release builds.
Updated dependencies:
- Kotlin (1.5.31 -> 1.5.32)
- materialDrawer (8.2.0 -> 8.4.5)
Husky 1.0.2-beta2 - 2021-11-20
- Added: ZWSP character support to non-spaced emojis.
- App: Add fragmentviewbindingdelegate-kt library instead of the class.

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 = 170
const val versionCodeRel = 171
const val versionNameRel = "1.0.2"
val javaVersion = JavaVersion.VERSION_11
@ -34,7 +34,7 @@ object DefaultConfig {
object BetaConfig {
const val betaSuffix = "beta"
const val betaSuffixVersion = "2"
const val betaSuffixVersion = "3"
}
object BuildTypes {