Skip to content

3.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 17:04
· 765 commits to trunk since this release
ad49b91

3.5.0 (2024-03-26)

Features

  • android: automatically configure Gradle wrapper (#1935) (7a85942)

    RNTA will now try to set the correct Gradle version in gradle-wrapper.properties to ensure that your Android builds don't fail when upgrading/downgrading React Native.

    To disable this behavior, set the environment variable RNTA_CONFIGURE_GRADLE_WRAPPER=0.