Changelog for Husky 1.0.2-beta3, update version
This commit is contained in:
parent
744efeb869
commit
f037606ece
2 changed files with 9 additions and 2 deletions
7
HISTORY
7
HISTORY
|
@ -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
|
Husky 1.0.2-beta2 - 2021-11-20
|
||||||
- Added: ZWSP character support to non-spaced emojis.
|
- Added: ZWSP character support to non-spaced emojis.
|
||||||
- App: Add fragmentviewbindingdelegate-kt library instead of the class.
|
- App: Add fragmentviewbindingdelegate-kt library instead of the class.
|
||||||
|
|
|
@ -21,7 +21,7 @@ object DefaultConfig {
|
||||||
const val applicationID = "su.xash.husky"
|
const val applicationID = "su.xash.husky"
|
||||||
const val minSdk = 23
|
const val minSdk = 23
|
||||||
const val targetSdk = 30
|
const val targetSdk = 30
|
||||||
const val versionCodeRel = 170
|
const val versionCodeRel = 171
|
||||||
const val versionNameRel = "1.0.2"
|
const val versionNameRel = "1.0.2"
|
||||||
|
|
||||||
val javaVersion = JavaVersion.VERSION_11
|
val javaVersion = JavaVersion.VERSION_11
|
||||||
|
@ -34,7 +34,7 @@ object DefaultConfig {
|
||||||
|
|
||||||
object BetaConfig {
|
object BetaConfig {
|
||||||
const val betaSuffix = "beta"
|
const val betaSuffix = "beta"
|
||||||
const val betaSuffixVersion = "2"
|
const val betaSuffixVersion = "3"
|
||||||
}
|
}
|
||||||
|
|
||||||
object BuildTypes {
|
object BuildTypes {
|
||||||
|
|
Loading…
Reference in a new issue