From 4c8d9676ee9c0b76b859a8f3b78c83738e115c14 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 14 Jun 2024 08:17:32 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 14 ++++++++++++++ app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 17 +++++++++-------- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 955bb523a..ee3003663 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 861cdb293..26fa0a55a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 54db223e0..c77267d56 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -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