Merge pull request #122 from usetrmnl/version-bump3-1.9.5

Prepare release 1.9.5
This commit is contained in:
Hossain Khan
2025-06-27 18:16:57 -04:00
committed by GitHub
4 changed files with 13 additions and 7 deletions
+4
View File
@@ -3,6 +3,10 @@
#
# 🔍 TIP: Run `scripts/show_version_info.sh` locally to display current versions and get suggestions
# for the next version number before running this workflow.
#
# Due to security restrictions, when PR is opened the workflows are not triggered automatically.
# To trigger the workflows, you can make an empty commit with the following command:
# ```git commit --allow-empty -m "chore: empty commit for triggering workflows" && git push```
name: Version Management
on:
+2 -2
View File
@@ -27,8 +27,8 @@ android {
// App versioning is scattered across multiple files.
// 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
// https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
versionCode = 15
versionName = "1.9.4"
versionCode = 16
versionName = "1.9.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,2 @@
- Updated to the latest version (1.9.5)
- Latest TRMNL Mirror app with F-Droid support
+5 -5
View File
@@ -35,9 +35,9 @@ RepoType: git
Repo: https://github.com/usetrmnl/trmnl-android.git
Builds:
- versionName: 1.9.4
versionCode: 15
commit: v1.9.4
- versionName: 1.9.5
versionCode: 16
commit: v1.9.5
subdir: app
gradle:
- fdroid
@@ -47,5 +47,5 @@ MaintainerNotes: This app uses the F-Droid flavor for gradle build.
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.9.4
CurrentVersionCode: 15
CurrentVersion: 1.9.5
CurrentVersionCode: 16