diff --git a/.github/workflows/version-management.yml b/.github/workflows/version-management.yml index b3d97d3..e965519 100644 --- a/.github/workflows/version-management.yml +++ b/.github/workflows/version-management.yml @@ -3,6 +3,10 @@ # # 🔍 TIP: Run `scripts/show_version_info.sh` locally to display current versions and get suggestions # for the next version number before running this workflow. +# +# Due to security restrictions, when PR is opened the workflows are not triggered automatically. +# To trigger the workflows, you can make an empty commit with the following command: +# ```git commit --allow-empty -m "chore: empty commit for triggering workflows" && git push``` name: Version Management on: diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4dcfcdf..2ddf48c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 = 15 - versionName = "1.9.4" + versionCode = 16 + versionName = "1.9.5" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/16.txt b/fastlane/metadata/android/en-US/changelogs/16.txt new file mode 100644 index 0000000..b870470 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/16.txt @@ -0,0 +1,2 @@ +- Updated to the latest version (1.9.5) +- Latest TRMNL Mirror app with F-Droid support diff --git a/metadata/ink.trmnl.android.yml b/metadata/ink.trmnl.android.yml index 15db880..c747759 100644 --- a/metadata/ink.trmnl.android.yml +++ b/metadata/ink.trmnl.android.yml @@ -35,9 +35,9 @@ RepoType: git Repo: https://github.com/usetrmnl/trmnl-android.git Builds: - - versionName: 1.9.4 - versionCode: 15 - commit: v1.9.4 + - versionName: 1.9.5 + versionCode: 16 + commit: v1.9.5 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.4 -CurrentVersionCode: 15 +CurrentVersion: 1.9.5 +CurrentVersionCode: 16