Skip to content

2.2.0

Compare
Choose a tag to compare
@descorp descorp released this 20 Jul 05:48
· 83 commits to develop since this release
0419d82

What's Changed

Note

Google will introduce new target API level requirements for Google Play apps starting August 31 2024.

For React-Native 73+ no action needed.

For React-Native 72:

  • update Android compileTarget to 34 in android/build.gradle
  • set classpath("com.android.tools.build:gradle:8.1.4") in android/build.gradle
  • enable buildConfig in android/app/build.gradle by adding android.buildFeatures.buildConfig = true

For React-Native before 72:

  • update Android compileTarget to 34 in android/build.gradle

New

Fixes

  • gradle.build was reworked to potentially fix compatibility with old and newversions of React Native

Full Changelog: 2.1.1...2.2.0