mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
chore: prepare release 1.9.6
This commit is contained in:
committed by
github-actions[bot]
parent
387d61166d
commit
acfe39b797
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user