chore: prepare release 1.9.6

This commit is contained in:
hossain-khan
2025-06-28 22:39:51 +00:00
committed by github-actions[bot]
parent 387d61166d
commit acfe39b797
3 changed files with 10 additions and 7 deletions
+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 = 16
versionName = "1.9.5"
versionCode = 17
versionName = "1.9.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,3 @@
- Updated to the latest version (1.9.6)
- Added support for cert signing from CI for F-Droid
- Breaking change with new production certificate - reinstall required
+5 -5
View File
@@ -17,9 +17,9 @@ Repo: https://github.com/usetrmnl/trmnl-android.git
Binaries: https://github.com/usetrmnl/trmnl-android/releases/download/v%v/trmnl-mirror-v%v.apk
Builds:
- versionName: 1.9.4
versionCode: 15
commit: v1.9.4
- versionName: 1.9.6
versionCode: 17
commit: v1.9.6
subdir: app
gradle:
- yes
@@ -28,5 +28,5 @@ AllowedAPKSigningKeys: 6e223dde257ec61506728c4cb5002885ac5d8799bf55c2d783d39a26c
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.9.4
CurrentVersionCode: 15
CurrentVersion: 1.9.6
CurrentVersionCode: 17