diff --git a/CHANGELOG.md b/CHANGELOG.md index 70066e7..25739ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/apps/mobile/android/wear/build.gradle b/apps/mobile/android/wear/build.gradle index f810b1e..abd87f4 100644 --- a/apps/mobile/android/wear/build.gradle +++ b/apps/mobile/android/wear/build.gradle @@ -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 diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 4a2223e..e0c1d4e 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-timer/mobile", - "version": "1.1.5", + "version": "1.1.6", "private": true, "main": "index.js", "scripts": {