Changelog for 1.0.2-beta2, update version
This commit is contained in:
parent
bf12d66423
commit
e07467b93b
2 changed files with 18 additions and 2 deletions
16
HISTORY
16
HISTORY
|
@ -1,3 +1,19 @@
|
|||
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.
|
||||
- App: Init refactoring.
|
||||
- Gradle: Remove Beta suffix for package naming.
|
||||
- Gradle: Fixed build.gradle.ktx in app, it was not properly formed.
|
||||
- Gradle: References and general cleanup.
|
||||
- Repo: Tracked files removed.
|
||||
|
||||
Updated dependencies:
|
||||
- appcompat (1.2.0 -> 1.3.1)
|
||||
- constraintlayout (2.1.1 -> 2.1.2)
|
||||
- fragmentviewbindingdelegateKt (1.0.0)
|
||||
- exifInterface (1.3.2 -> 1.3.3)
|
||||
- lifecycle (2.2.0 -> 2.3.1)
|
||||
|
||||
Husky 1.0.2-beta1 - 2021-10-18
|
||||
- Fix: Videoplayer now plays videos correctly.
|
||||
- Fix: Preview shows and hides the toot instead just showing it.
|
||||
|
|
|
@ -21,7 +21,7 @@ object DefaultConfig {
|
|||
const val applicationID = "su.xash.husky"
|
||||
const val minSdk = 23
|
||||
const val targetSdk = 30
|
||||
const val versionCodeRel = 169
|
||||
const val versionCodeRel = 170
|
||||
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 = "1"
|
||||
const val betaSuffixVersion = "2"
|
||||
}
|
||||
|
||||
object BuildTypes {
|
||||
|
|
Loading…
Reference in a new issue