Skip to content

Add convenience scripts for android bundle & validation #139

@code-jenn-or

Description

@code-jenn-or

Consider adding scripts to package.json that help with android builds.

"android:clean": "cd android && ./gradlew clean && cd ..",
    "android:bundle": "cd android && ./gradlew app:bundleRelease && cd ..",
    "android:gen-apks": "bundletool build-apks --bundle=./android/app/build/outputs/bundle/release/app.aab --output=./bundle/myapp.apks",
    "android:install-apks": "bundletool install-apks --apks=./bundle/myapp.apks",

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions