Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jun 14, 2024
1 parent 832c432 commit 4c8d967
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Thumb-Key 3.2.4 (2024-06-14)

## What's Changed in 3.2.4

- Increasing gradle memory.
- Update plugin com.android.application to v8.5.0 by @renovate[bot] in [#951](https://github.com/dessalines/thumb-key/pull/951)
- Update plugin com.android.library to v8.5.0 by @renovate[bot] in [#952](https://github.com/dessalines/thumb-key/pull/952)
- Update dependency androidx.compose:compose-bom to v2024.06.00 by @renovate[bot] in [#949](https://github.com/dessalines/thumb-key/pull/949)
- Update dependency androidx.compose.material:material-icons-extended-desktop to v1.6.8 - autoclosed by @renovate[bot] in [#948](https://github.com/dessalines/thumb-key/pull/948)
- Per-app language preference by @pxeemo in [#947](https://github.com/dessalines/thumb-key/pull/947)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.3...3.2.4

# Thumb-Key 3.2.3 (2024-06-11)

## What's Changed in 3.2.3

- Upping version. by @dessalines
- Update plugin com.android.application to v8.4.2 by @renovate[bot] in [#945](https://github.com/dessalines/thumb-key/pull/945)
- Update plugin com.android.library to v8.4.2 by @renovate[bot] in [#946](https://github.com/dessalines/thumb-key/pull/946)
- Hebrew: added shifted layer using final letters by @yehoshuapw in [#944](https://github.com/dessalines/thumb-key/pull/944)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 90
versionName "3.2.3"
versionCode 91
versionName "3.2.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
17 changes: 9 additions & 8 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Thumb-Key 3.2.3 (2024-06-11)
# Thumb-Key 3.2.4 (2024-06-14)

## What's Changed in 3.2.3
## What's Changed in 3.2.4

- Update plugin com.android.application to v8.4.2 by @renovate[bot] in [#945](https://github.com/dessalines/thumb-key/pull/945)
- Update plugin com.android.library to v8.4.2 by @renovate[bot] in [#946](https://github.com/dessalines/thumb-key/pull/946)
- Hebrew: added shifted layer using final letters by @yehoshuapw in [#944](https://github.com/dessalines/thumb-key/pull/944)
- Update plugin com.google.devtools.ksp to v2.0.0-1.0.22 by @renovate[bot] in [#942](https://github.com/dessalines/thumb-key/pull/942)
- DEThumbKey keyboard: Fixes exclamation mark. by @sphh in [#941](https://github.com/dessalines/thumb-key/pull/941)
- Increasing gradle memory.
- Update plugin com.android.application to v8.5.0 by @renovate[bot] in [#951](https://github.com/dessalines/thumb-key/pull/951)
- Update plugin com.android.library to v8.5.0 by @renovate[bot] in [#952](https://github.com/dessalines/thumb-key/pull/952)
- Update dependency androidx.compose:compose-bom to v2024.06.00 by @renovate[bot] in [#949](https://github.com/dessalines/thumb-key/pull/949)
- Update dependency androidx.compose.material:material-icons-extended-desktop to v1.6.8 - autoclosed by @renovate[bot] in [#948](https://github.com/dessalines/thumb-key/pull/948)
- Per-app language preference by @pxeemo in [#947](https://github.com/dessalines/thumb-key/pull/947)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.2...3.2.3
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.3...3.2.4

<!-- generated by git-cliff -->

0 comments on commit 4c8d967

Please sign in to comment.