Update versions for 1.0.2

This commit is contained in:
Adolfo Santiago 2021-12-08 19:13:29 +01:00
parent 0351132655
commit 7c7110359a
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
3 changed files with 5 additions and 2 deletions

View File

@ -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.

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 = 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
View File