ryanw-mobile / OctoMeter

🔥Kotlin Multiplatform Desktop/Android/iOS Energy Tracker app
Other
88 stars 8 forks source link

Android: Fix crash in release version #168

Closed ryanw-mobile closed 1 month ago

ryanw-mobile commented 1 month ago

Previously, we downgraded Compose to 1.6.7, as the debug version crashed on the real Pixel 7 phone. Now the release apk crashes due to the same LazyColumn incompatibility.

It is unknown why Google messed up everything recently, but right now, this is the combination of compose version we can have the app works.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 42.88%. Comparing base (6f407d7) to head (9cf76ba).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #168 +/- ## ======================================= Coverage 42.88% 42.88% ======================================= Files 88 88 Lines 1637 1637 Branches 226 226 ======================================= Hits 702 702 Misses 877 877 Partials 58 58 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.