Skip to content

Release 2.8.0

Compare
Choose a tag to compare
@semiherdogan semiherdogan released this 09 Jun 08:20
· 28 commits to main since this release

You can install this release with $ npm install deepwall-react-native-sdk@2.8.0.
If you are updating from previous version you need to run $ cd ios && pod update RNDeepWall.

Highlights

On iOS, you can remove use_frameworks! from podfile.
On Android Make sure your min gradle version is 3.6.4 in build.gradle


All Changes

Added

  • Added missing examples to readme file.

Changed

  • package-lock.json file deleted.
  • On iOS, deepwall-core version upgraded to version 2.3.0.
  • On iOS, you can remove use_frameworks! from podfile.
  • On Android, deepwall-core version upgraded to version 2.3.0.
  • On Android, compileSdkVersion and targetSdkVersion set to 30.
  • On Android, kotlin_version updated to 1.4.32.
  • Example file updated.
  • Readme updated.
  • On Android Make sure your min gradle version is 3.6.4 in build.gradle file (see readme file "Troubleshooting" section for more information).