Update version and HISTORY

This commit is contained in:
Adolfo Santiago 2022-04-22 07:25:56 +02:00
parent b456ba2c67
commit 385831ed94
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
2 changed files with 12 additions and 2 deletions

10
HISTORY
View File

@ -1,3 +1,13 @@
Husky 1.1.2 - 2022-04-22
- Fix: Change URLs to the new ones (thanks, a1batross).
Update dependencies:
- AGP (7.1.2 -> 7.1.3)
- Kotlin (1.6.10 -> 1.6.21)
- kotlinx (1.6.0 -> 1.6.1)
- gradle (7.4.2 -> 7.4) [F-Droid]
- simple-stack (2.6.2 -> 2.6.3)
Husky 1.1.1 - 2022-04-03
- Fix: Getting the feed when opening the app.

View File

@ -9,8 +9,8 @@ buildVersions.jdkVersion = "${buildVersions.javaCompat}"
buildVersions.encoding = "UTF-8"
buildVersions.versionCode = 177
buildVersions.versionName = "1.1.1"
buildVersions.versionCode = 178
buildVersions.versionName = "1.1.2"
// Beta version info
def beta = [:]