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

Generates assetlinks.json when building the App #179

Merged
merged 3 commits into from
May 21, 2020

Commits on May 20, 2020

  1. Generates assetlinks.json when building the App

    - Uses information from they keystore and the applicationId to
      generate the Digital Asset Links file that matches the key used
      to build the signed APK.
    
    - If the developer opted into Play Signing by Play the fingerprint
      won't match and the Digital Asset Links validation will not
      validate
    andreban committed May 20, 2020
    Configuration menu
    Copy the full SHA
    8663daf View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Moves generateAssetlinks to a method

    - Adds tests
    andreban committed May 21, 2020
    Configuration menu
    Copy the full SHA
    b0f9252 View commit details
    Browse the repository at this point in the history
  2. fix-indent

    andreban committed May 21, 2020
    Configuration menu
    Copy the full SHA
    32ceb76 View commit details
    Browse the repository at this point in the history