Skip to content

Commit

Permalink
Merge pull request #13 from dojo-engineering/fix/PPPP-435
Browse files Browse the repository at this point in the history
update native libs versions
  • Loading branch information
deniss-kaibagarovs authored Oct 10, 2023
2 parents 02c4fb1 + f5c1ad6 commit 52a5945
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "tech.dojo.pay:uisdk:1.3.0"
implementation "tech.dojo.pay:uisdk:1.3.1"
implementation "tech.dojo.pay:sdk:1.6.0"
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.4.+'
Expand Down
2 changes: 1 addition & 1 deletion dojo-react-native-pay-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.dependency "React-Core"

# Dojo iOS SDK Dependencies
s.dependency 'dojo-ios-sdk-drop-in-ui', '1.3.0'
s.dependency 'dojo-ios-sdk-drop-in-ui', '1.3.2'
s.dependency 'dojo-ios-sdk', '1.4.0'

# Don't install the dependencies when we run `pod install` in the old architecture.
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ dependencies {

implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")

implementation("tech.dojo.pay:uisdk:1.3.0")
implementation("tech.dojo.pay:uisdk:1.3.1")
implementation("tech.dojo.pay:sdk:1.6.0")

debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

pod 'dojo-ios-sdk', :git => '[email protected]:Dojo-Engineering/dojo-ios-sdk.git', :tag => '1.4.0'
pod 'dojo-ios-sdk-drop-in-ui', :git => '[email protected]:dojo-engineering/dojo-ios-sdk-drop-in-ui.git', :tag => '1.3.0'
pod 'dojo-ios-sdk-drop-in-ui', :git => '[email protected]:dojo-engineering/dojo-ios-sdk-drop-in-ui.git', :tag => '1.3.2'

platform :ios, min_ios_version_supported
prepare_react_native_project!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojo-engineering/react-native-pay-sdk",
"version": "0.8.2",
"version": "0.8.3",
"description": "React Native wrapper for Dojo Payment iOS and Android SDKs",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 52a5945

Please sign in to comment.