Skip to content

Commit 09d5d8e

Browse files
author
Lalit Sharma
committed
feat: Update version to 1.1.5 and adjust Play Store submission to disable Wear APK upload
1 parent b1c1ab4 commit 09d5d8e

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/eas-build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,9 @@ jobs:
674674
with:
675675
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
676676
packageName: com.lallimaven.eclipsetimer
677-
releaseFiles: artifacts/submission/${{ steps.artifact_names.outputs.android_aab }},artifacts/submission/${{ steps.artifact_names.outputs.wear_apk }}
677+
releaseFiles: artifacts/submission/${{ steps.artifact_names.outputs.android_aab }}
678+
# Wear APK upload is temporarily disabled because Google Play currently rejects APK uploads for this app.
679+
# releaseFiles: artifacts/submission/${{ steps.artifact_names.outputs.android_aab }},artifacts/submission/${{ steps.artifact_names.outputs.wear_apk }}
678680
track: internal
679681
whatsNewDirectory: ${{ steps.store_notes.outputs.play_whatsnew_dir }}
680682

@@ -684,7 +686,9 @@ jobs:
684686
with:
685687
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
686688
packageName: com.lallimaven.eclipsetimer
687-
releaseFiles: artifacts/submission/${{ steps.artifact_names.outputs.android_aab }},artifacts/submission/${{ steps.artifact_names.outputs.wear_apk }}
689+
releaseFiles: artifacts/submission/${{ steps.artifact_names.outputs.android_aab }}
690+
# Wear APK upload is temporarily disabled because Google Play currently rejects APK uploads for this app.
691+
# releaseFiles: artifacts/submission/${{ steps.artifact_names.outputs.android_aab }},artifacts/submission/${{ steps.artifact_names.outputs.wear_apk }}
688692
track: internal
689693

690694
- name: Create GitHub release with mobile artifacts

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.5] — 2026-02-21
9+
10+
### Changed
11+
- Updated Play Store submission in `.github/workflows/eas-build.yml` to upload only the Android AAB and temporarily disable Wear APK upload after Google Play returned `APKs are not allowed for this application.`.
12+
813
## [1.1.4] — 2026-02-21
914

1015
### Changed

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-timer/mobile",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)