Skip to content

Update dependencies #1

Description

@johnrwolfe

lifecycleRuntimeKtx = "2.6.1"
activityCompose = "1.8.0"
seem old compared to:
agp = "9.2.1"
kotlin = "2.2.10"
composeBom = "2026.02.01"

AI recommendation:
I would split the issue into two parts.
Part 1: Determine current versions
Use Android Studio's version catalog suggestions or check Maven Central.
Something like:
lifecycleRuntimeKtx = ?
activityCompose = ?
Find the current recommended versions that pair with:
kotlin = "2.2.10"
composeBom = "2026.02.01"

Part 2: Update one library at a time
First: activityCompose
Build.
Run.
Connect.
Update firmware.
Commit.

Then: lifecycleRuntimeKtx
Build.
Run.
Connect.
Update firmware.
Commit.
That way if something breaks, we know exactly which dependency caused it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions