Feature module
The app update feature module includes all the presentation logic required to display app update screens. If you need to include this module, add it to your build.gradle:
implementation ("com.poqstudio:content.appupdate:$VERSION_NAME")App Update content
App Update content architecture
BottomNavigationActivityis the default platform entry point for the app update flow.SplashActivitychecks for available updates when the app launches.AppUpdateHandlermanages the entire app update process and can be added to any app screen.AppUpdateReadyToInstallEventHandleris the handler responsible to notify the user when an update is ready to be installed.