Skip to content

Commit

Permalink
updated android & ios native sdks to 1.7.4 & 1.7.10 respectively, bum…
Browse files Browse the repository at this point in the history
…ped sdk package version.
  • Loading branch information
skorostetskyi committed Mar 4, 2020
1 parent cafcd55 commit b41c5f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
dependencies {
compileOnly "com.facebook.react:react-native:${_reactNativeVersion}"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${_kotlinVersion}"
implementation ('com.passbase:passbase_sdk:1.7.3') {
implementation ('com.passbase:passbase_sdk:1.7.4') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@passbase/react-native-passbase",
"version": "0.0.22",
"version": "0.0.23",
"description": "Official React-Native wrapper for Passbase SDK.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native-passbase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'

s.dependency 'React'
s.dependency 'Passbase', '1.7.9'
s.dependency 'Passbase', '1.7.10'
end

0 comments on commit b41c5f9

Please sign in to comment.