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

[TIMOB-26919] Android: Support d8 dexer. #10809

Closed
wants to merge 1 commit into from

Commits on Mar 27, 2019

  1. feat(android): add d8 dexer support

    When property `enableDesugar` is defined on the `android` tag in `tiapp.xml` and set to `true`,
    build-script will use the `d8` tool to convert Java bytecode to DEX bytecode.
    
    https://developer.android.com/studio/command-line/d8
    > `d8` enables you to use Java 8 language features in your code through a compile process called
    > desugaring, which converts these useful language features into bytecode that can run on the
    > Android platform.
    
    Fixes TIMOB-26919
    drauggres committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    38e45ac View commit details
    Browse the repository at this point in the history