Google Play Instant feature plugin deprecation

Google Play Instant feature plugin deprecation

If you have an existing instant app built with the feature plugin, migrate your existing app to an instant-enabled app bundle as soon as possible. There are currently three delivery types, based on the different values you will give the tag attributes on the dynamic feature module’s manifest file:

By migrating your instant app to an instant-enabled app bundle with dynamic features, you will be ready to leverage the full power of this new paradigm and you will be able to simplify your app’s modular design. The rest of your codebase was comprised of:

With the new app bundle implementation, your base feature module takes the role as your app module ( ), hosting the code and resources common to all features (instant and installed).

Source: android-developers.googleblog.com