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

fix(android, api31): use api31 compatible transitive androidx deps #3055

Closed
wants to merge 2 commits into from

Commits on Nov 4, 2021

  1. fix(android, api31): use api31 compatible transitive androidx deps

    The activities exported by the libraries in the updated dependency
    versions correctly specify "android:exported" attributes, so apps
    that use Detox may successfully bump their targetSdkVersion to 31
    mikehardy authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    808f4df View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. build(android, deps): use more recent gradle plugin for rn<64

    previously the android gradle plugin in use for tests would
    be 3.4.x for early react-native versions, but that appears to
    be incompatible with modern test deps needed for Android 12
    
    3.6.x is the oldest compatible version of the plugin
    mikehardy committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    6c51e79 View commit details
    Browse the repository at this point in the history