2.2.0
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")
inandroid/build.gradle
- enable
buildConfig
inandroid/app/build.gradle
by addingandroid.buildFeatures.buildConfig = true
For React-Native before 72:
- update Android compileTarget to 34 in
android/build.gradle
New
- Pump Android to 5.6.0
- This release include 3DS2 challenge flow fix.
Fixes
gradle.build
was reworked to potentially fix compatibility with old and newversions of React Native
Full Changelog: 2.1.1...2.2.0