Update versions for 1.0.2
This commit is contained in:
parent
0351132655
commit
7c7110359a
3 changed files with 5 additions and 2 deletions
3
HISTORY
3
HISTORY
|
@ -1,3 +1,6 @@
|
|||
Husky 1.0.2 - 2021-12-08
|
||||
- App: Update versions for the version 1.0.2 release.
|
||||
|
||||
Husky 1.0.2-beta3 - 2021-12-01
|
||||
- Gradle: Enable Minify and Shrink resources for release builds.
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ object DefaultConfig {
|
|||
const val applicationID = "su.xash.husky"
|
||||
const val minSdk = 23
|
||||
const val targetSdk = 30
|
||||
const val versionCodeRel = 171
|
||||
const val versionCodeRel = 172
|
||||
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 = "3"
|
||||
const val betaSuffixVersion = "1"
|
||||
}
|
||||
|
||||
object BuildTypes {
|
||||
|
|
0
husky/gradlew
vendored
Normal file → Executable file
0
husky/gradlew
vendored
Normal file → Executable file
Loading…
Reference in a new issue