Skip to content

Commit e988431

Browse files
authored
Merge pull request #142 from usetrmnl/version-bump-2.0.1
Prepare release 2.0.1
2 parents 20d6694 + 53f9614 commit e988431

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-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 is scattered across multiple files.
4343
// 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
4444
// https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
45-
versionCode = 18
46-
versionName = "2.0.0"
45+
versionCode = 19
46+
versionName = "2.0.1"
4747

4848
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4949
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Updated to the latest version (2.0.1)
2+
- Major release bump with app signing certificate update
3+
- Disables dependency metadata when building APKs

metadata/ink.trmnl.android.yml

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

1919
Builds:
20-
- versionName: 2.0.0
21-
versionCode: 18
22-
commit: v2.0.0
20+
- versionName: 2.0.1
21+
versionCode: 19
22+
commit: v2.0.1
2323
subdir: app
2424
gradle:
2525
- yes
@@ -28,5 +28,5 @@ AllowedAPKSigningKeys: 209b92f5bb0144237251a10fc3ebb53a1117e3dfeb406997bfd6b07f6
2828

2929
AutoUpdateMode: Version
3030
UpdateCheckMode: Tags
31-
CurrentVersion: 2.0.0
32-
CurrentVersionCode: 18
31+
CurrentVersion: 2.0.1
32+
CurrentVersionCode: 19

0 commit comments

Comments
 (0)