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
BottomNavigationActivity
is the default platform entry point for the app update flow.SplashActivity
checks for available updates when the app launches.AppUpdateHandler
manages the entire app update process and can be added to any app screen.AppUpdateReadyToInstallEventHandler
is the handler responsible to notify the user when an update is ready to be installed.