Skip to content

Releases: BILDIT-Platform/react-native-bildit-flybuy

v2.20.6

30 Aug 13:53
Compare
Choose a tag to compare

[BREAKING CHANGE]

FlyBuy SDK module separation and update the sample app to the latest React Native.

Please follow the migration steps to use this version

Full Changelog: v2.3.5...v2.20.6

Release 2.3.5

18 Jul 17:39
Compare
Choose a tag to compare

What's New:

  • Support for FlyBuy iOS SDK 2.9.2, Android SDK 12.2.1, and the LiveStatus module
  • iOS initialization moved from React Native wrapper to native iOS code in the development-app
  • Updated CreateOrder to user sitePartnerIdentifier property name

Release 2.3.4

12 Jun 21:39
Compare
Choose a tag to compare

The following updates are required for this release:

  • RN 0.74.x
  • Xcode 14 (iOS)
  • Android 14 build target --> sdkTargetVersion 34

These updates require other updates (e.g. AGP) as part of the upgrade process. Please refer to following documentation for details:

Please Note: Previous 2.3.x releases will not build properly.

Release 2.3.3

05 Jun 18:12
Compare
Choose a tag to compare

Please Note: Use 2.3.4 as other 2.3.x releases do not build.

#71 fixed by #76

Release 2.3.2

28 May 18:40
Compare
Choose a tag to compare

Please Note: Use 2.3.4 as other 2.3.x releases do not build.

  • fix: revert minor version to 2.3.1 (65e3fcd)
  • fix: bump minor version to 2.3.2 (3f73c0b)
  • fix: Add missingDimensionStrategy for Flybuy SDK variants to prevent dependency resolution issues (f74f6fa)

Release 2.3.1

01 May 19:56
Compare
Choose a tag to compare

Please Note: Use 2.3.4 as other 2.3.x releases do not build.

  • Update iOS FlyBuy to 2.9.1 (fe553c1)

Release 2.1.1

12 Aug 12:17
Compare
Choose a tag to compare
  • feat: upgrade iOS SDK to 2.6.9 (31e0e4f)
  • Merge pull request #51 from BILDIT-Platform/upgrade-ios-sdk-2.6.8 (abe4682)

Release 2.0.1

24 Mar 22:26
Compare
Choose a tag to compare
  • Upgrade FlyBuy iOS SDK to 2.6.8 (31ea002)

Release 2.0.0-beta.0

21 Mar 13:31
Compare
Choose a tag to compare
Release 2.0.0-beta.0 Pre-release
Pre-release
  • Revert version (e4a3972)
  • Update package version to 2.0.0 (737d8cf)
  • Upgrade example-app to RN 0.66.5 and android compileSdkVersion 33 (9b1f1f6)
  • Remove example/ios/Pods (22d8b83)
  • Upgrade development-app to RN 0.66.5 and android compileSdkVersion 33 (cbab907)
  • BILDIT-2111 Remove development app pods (8127c96)
  • BILDIT-2111 Upgrade the Flybuy SDK version (206dbbf)

Android specific change

//android/build.gradle

ext {
        buildToolsVersion = "33.0.0"
        minSdkVersion = 21
        compileSdkVersion = 33
        targetSdkVersion = 33
        kotlinVersion = "1.6.0" // <<--- add this line
        
    }

Release 1.0.4

21 Feb 22:16
Compare
Choose a tag to compare