Is there any Android app in Play Store that supports the dynamic delivery feature?

Previously developers used to to build multiple APKs to target different API versions & device types.

But with Android App Bundle I just upload the single artifact with all of our application resources and the tooling takes care of what needs to be built and delivered to the app user base. I was able to reduce app size by nearly between 60% to 70%.

Nowadays many famous apps like Airbnb , LinkedIn, Twitter use dynamic app delivery for its users.

Have a look at this amazing post on Dynamic App Delivery by Joe Birch

Android developer guide on Dynamic App Delivery

How to use App Bundles to reduce the size of the app

Google Samples Android Dynamic Feature Modules