Skip to content
Success

Changes

Summary

  1. Fix issue #907 - crash on opening epub when using Android release variant (commit: 3346c5f) (details)
  2. Fix issue #897 - settings icon not shown after login (commit: 69091a9) (details)
  3. Bump version (commit: 40f19bf) (details)
Commit 3346c5f2954025c6f6091663eee71c4c0201f1c4 by Mike Dawson
Fix issue #907 - crash on opening epub when using Android release variant

This was caused by the fact that XXHash factories are using reflection. Needed to add keep rules.
(commit: 3346c5f)
The file was modifiedapp-android/proguard-rules.pro (diff)
The file was modifiedapp-desktop/compose-desktop.pro (diff)
Commit 69091a930d59e3830218b03399750b72663928f4 by Mike Dawson
Fix issue #897 - settings icon not shown after login
(commit: 69091a9)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/UstadViewModel.kt (diff)
The file was modifiedlib-ui-compose/src/commonMain/kotlin/com/ustadmobile/libuicompose/view/app/AppBar.kt (diff)
The file was modifiedlib-ui-compose/src/commonMain/kotlin/com/ustadmobile/libuicompose/view/app/App.kt (diff)
The file was modifiedbuild.gradle (diff)