Merge pull request #111 from usetrmnl/fix-image

Fix image
This commit is contained in:
Hossain Khan
2025-06-26 14:12:34 -04:00
committed by GitHub
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ android {
// Can't be lower than 28, See https://github.com/usetrmnl/trmnl-android/pull/56
minSdk = 28
targetSdk = 35
versionCode = 13 // Also update `metadata/ink.trmnl.android.yml`
versionName = "1.9.2" // Also update `metadata/ink.trmnl.android.yml`
versionCode = 14 // Also update `metadata/ink.trmnl.android.yml`
versionName = "1.9.3" // Also update `metadata/ink.trmnl.android.yml`
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 260 KiB

+5 -5
View File
@@ -35,9 +35,9 @@ RepoType: git
Repo: https://github.com/usetrmnl/trmnl-android.git
Builds:
- versionName: 1.9.2
versionCode: 13
commit: v1.9.2
- versionName: 1.9.3
versionCode: 14
commit: v1.9.3
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.2
CurrentVersionCode: 13
CurrentVersion: 1.9.3
CurrentVersionCode: 14