Skip to content

Commit 04ddaf4

Browse files
authored
Merge pull request #159 from usetrmnl/version-bump-2.0.4
Prepare release 2.0.4
2 parents 19de4b5 + 7740175 commit 04ddaf4

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
// ⚠️ App versioning update is required in multiple places.
4343
// 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
4444
// https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
45-
versionCode = 21
46-
versionName = "2.0.3"
45+
versionCode = 22
46+
versionName = "2.0.4"
4747

4848
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4949
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Updated to the latest version (2.0.4)
2+
- Updated app name to be more generic (excludes 'mirror' from it's name)

metadata/ink.trmnl.android.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Repo: https://github.com/usetrmnl/trmnl-android.git
1616
Binaries: https://github.com/usetrmnl/trmnl-android/releases/download/v%v/trmnl-v%v.apk
1717

1818
Builds:
19-
- versionName: 2.0.3
20-
versionCode: 21
21-
commit: v2.0.3
19+
- versionName: 2.0.4
20+
versionCode: 22
21+
commit: v2.0.4
2222
subdir: app
2323
gradle:
2424
- yes
@@ -27,5 +27,5 @@ AllowedAPKSigningKeys: 209b92f5bb0144237251a10fc3ebb53a1117e3dfeb406997bfd6b07f6
2727

2828
AutoUpdateMode: Version
2929
UpdateCheckMode: Tags
30-
CurrentVersion: 2.0.3
31-
CurrentVersionCode: 21
30+
CurrentVersion: 2.0.4
31+
CurrentVersionCode: 22

0 commit comments

Comments
 (0)