Upping version.

This commit is contained in:
Dessalines 2024-05-31 23:00:09 -04:00
parent 8dffe01fbe
commit 4089c2e4b1
3 changed files with 24 additions and 10 deletions

View File

@ -1,8 +1,21 @@
# Thumb-Key 3.2.1 (2024-06-01)
## What's Changed in 3.2.1
- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934)
- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933)
- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932)
- Update dependency androidx.appcompat:appcompat to v1.7.0 - autoclosed by @renovate[bot] in [#931](https://github.com/dessalines/thumb-key/pull/931)
- Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.1 by @renovate[bot] in [#930](https://github.com/dessalines/thumb-key/pull/930)
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.0...3.2.1
# Thumb-Key 3.2.0 (2024-05-28)
## What's Changed in 3.2.0
- Removing unused strings.
- Forgot another change. by @dessalines
- Removing unused strings. by @dessalines
- Upping version. by @dessalines
- Tweak circular drag and drag-and-return gestures (fixes #926) by @glm4610 in [#928](https://github.com/dessalines/thumb-key/pull/928)
- Removing some unused strings. by @dessalines in [#929](https://github.com/dessalines/thumb-key/pull/929)

View File

@ -13,8 +13,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 87
versionName "3.2.0"
versionCode 88
versionName "3.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -1,12 +1,13 @@
# Thumb-Key 3.2.0 (2024-05-28)
# Thumb-Key 3.2.1 (2024-06-01)
## What's Changed in 3.2.0
## What's Changed in 3.2.1
- Removing unused strings.
- Upping version. by @dessalines
- Tweak circular drag and drag-and-return gestures (fixes #926) by @glm4610 in [#928](https://github.com/dessalines/thumb-key/pull/928)
- Removing some unused strings. by @dessalines in [#929](https://github.com/dessalines/thumb-key/pull/929)
- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934)
- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933)
- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932)
- Update dependency androidx.appcompat:appcompat to v1.7.0 - autoclosed by @renovate[bot] in [#931](https://github.com/dessalines/thumb-key/pull/931)
- Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.1 by @renovate[bot] in [#930](https://github.com/dessalines/thumb-key/pull/930)
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.9...3.2.0
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.0...3.2.1
<!-- generated by git-cliff -->