M HISTORY => HISTORY +7 -0
@@ 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.
M husky/buildSrc/src/main/kotlin/Dependencies.kt => husky/buildSrc/src/main/kotlin/Dependencies.kt +2 -2
@@ 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 {