Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.6] — 2026-02-21

### Fixed
- Updated the Wear module Android `applicationId` to `com.lallimaven.eclipsetimer.wear` so the Wear APK installs as a distinct package instead of conflicting with the phone app package during install/update.

## [1.1.5] — 2026-02-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/android/wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
compileSdk rootProject.ext.compileSdkVersion

defaultConfig {
applicationId "com.lallimaven.eclipsetimer"
applicationId "com.lallimaven.eclipsetimer.wear"
minSdkVersion 26
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode wearVersionCode
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-timer/mobile",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"main": "index.js",
"scripts": {
Expand Down