Update version and HISTORY
This commit is contained in:
parent
b456ba2c67
commit
385831ed94
2 changed files with 12 additions and 2 deletions
10
HISTORY
10
HISTORY
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 = [:]
|
||||
|
|
Loading…
Add table
Reference in a new issue