[BUMP] App version for all image exif fix

See https://github.com/usetrmnl/trmnl-android/pull/112
This commit is contained in:
Hossain Khan
2025-06-26 14:27:31 -04:00
parent c6fe3273f5
commit bc1d682f3f
2 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 = 14 // Also update `metadata/ink.trmnl.android.yml`
versionName = "1.9.3" // Also update `metadata/ink.trmnl.android.yml`
versionCode = 15 // Also update `metadata/ink.trmnl.android.yml`
versionName = "1.9.4" // Also update `metadata/ink.trmnl.android.yml`
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
+5 -5
View File
@@ -35,9 +35,9 @@ RepoType: git
Repo: https://github.com/usetrmnl/trmnl-android.git
Builds:
- versionName: 1.9.3
versionCode: 14
commit: v1.9.3
- versionName: 1.9.4
versionCode: 15
commit: v1.9.4
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.3
CurrentVersionCode: 14
CurrentVersion: 1.9.4
CurrentVersionCode: 15