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.
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.