How to modularize your app and take advantage of Android App Bundles conditional delivery features. — Co-authored by Dom Elliott and Ben Weiss Android App Bundle is the new publishing format for Android apps, replacing the monolithic APK. An app bundle is not installed directly. Instead, Google Play generates optimized APKs for each device from the app bundle. Compared to a monolithic APK, the APKs generated…