Android project skeleton and Gradle setup #14
Labels
No labels
area:companion
area:docs
area:shared
area:tooling
area:watchapp
blocker
kind:chore
kind:feature
kind:spike
kind:test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
robert/PedalPebble#14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Create the companion app project.
Acceptance criteria
companion/Gradle project builds a debug APKpebble/,location/,sensors/,route/,map/,ride/Files
companion/build.gradle.ktscompanion/src/main/AndroidManifest.xmlUpdate — 2026-08-31: minimum Android version
minSdk 31 (Android 12) (NFR-C2). This keeps the modern BLE permission model as the only one that
needs supporting. Also set up string resources with
values/andvalues-de/from the start - seethe internationalisation issue.