Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradle: Embed assets in baseAssets "Play Asset Delivery" pack #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 9, 2024

  1. gradle: Embed assets in baseAssets "Play Asset Delivery" pack

    Assets for AABs could be embedded in the application pack but have
    significant limitations and size constraints.  Implement the most
    simple form of an asset pack that comprises all assets listed in
    `manifest.yaml` in an `install-time` pack that is a fixed dependency of
    the app.  This makes the files available to `AAssetManager` as soon as
    the app is started while being exempt of the 150MB limit.
    
    This matches the existing "asset embedding" functionality provided by
    our native APK build.
    
    https://developer.android.com/guide/playcore/asset-delivery/integrate-native
    MarijnS95 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e7edc95 View commit details
    Browse the repository at this point in the history