You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Dependencies
Updated kotlinx.coroutines to 1.7.3.
Updated AndroidX Room to 2.5.2.
Bug fixes and improvements
Show a full screen loading indicator after session is committed if it takes long to launch system confirmation activity.
Fix race when session is failing with Session $id is dead instead of other reasons.
Create session first and only then persist it in PackageInstaller and PackageUninstaller implementations to avoid persisting if session factory threw an exception.
Fix night theme in sample app.
Public API changes
Added constructors with default values to InstallFailure descendants (via @JvmOverloads).