Merge pull request #284 from usetrmnl/version-bump-2.10.0

Prepare release 2.10.0
This commit is contained in:
Hossain Khan
2026-04-04 08:08:19 -04:00
committed by GitHub
3 changed files with 13 additions and 4 deletions
+8 -2
View File
@@ -140,21 +140,27 @@ jobs:
- Updated app/build.gradle.kts
- Created changelog file
## ⚡ Trigger CI Workflows (Do This First):
### ⚡ Trigger CI Workflows (Do This First):
Since this PR was created by a bot, CI workflows won't trigger automatically. To trigger them:
```sh
git fetch && git checkout ${{ env.BRANCH_NAME }}
```
```sh
git commit --allow-empty -m "chore: empty commit for triggering workflows" && git push
```
## 🏷️ After Merging This PR:
### 🏷️ After Merging This PR:
After merging this PR, create and push the release tag:
```sh
git checkout main && git pull origin main
```
```sh
git tag v${{ inputs.version_name }} && git push origin v${{ inputs.version_name }}
```
branch: ${{ env.BRANCH_NAME }}
+2 -2
View File
@@ -41,8 +41,8 @@ android {
// ⚠️ App versioning update is required in multiple places.
// 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
// https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
versionCode = 34
versionName = "2.9.0"
versionCode = 35
versionName = "2.10.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,3 @@
- Updated to the latest version (2.10.0)
- Library versions update
- Minor crash fixes when token contains newline character