Skip to content

Commit

Permalink
Merge pull request #8 from FinTecSystems/update-sdks-17-03-23
Browse files Browse the repository at this point in the history
Update SDKs
  • Loading branch information
fritzfr authored Mar 17, 2023
2 parents ac605da + a946cdf commit 6d3e582
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.fintecsystems:xs2awizard:5.0.0"
implementation "com.fintecsystems:xs2awizard:5.0.1"

constraints {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0") {
Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@ PODS:
- React-logger (= 0.69.4)
- React-perflogger (= 0.69.4)
- SwiftyJSON (5.0.1)
- xs2a-react-native (1.3.0):
- xs2a-react-native (1.4.1):
- React-Core
- XS2AiOS (= 1.12.0)
- XS2AiOS (1.12.0):
- XS2AiOS (= 1.12.1)
- XS2AiOS (1.12.1):
- KeychainAccess (= 4.2.2)
- NVActivityIndicatorView (= 5.1.1)
- SwiftyJSON (= 5.0.1)
Expand Down Expand Up @@ -451,11 +451,11 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 61ee22a8cdf8b6bb2a7fb7b4ba2cc763e5285196
ReactCommon: 8f67bd7e0a6afade0f20718f859dc8c2275f2e83
SwiftyJSON: 2f33a42c6fbc52764d96f13368585094bfd8aa5e
xs2a-react-native: 903bf93fe6a767eb20efaade83e2a910a855d740
XS2AiOS: 88e177914382b4deb03ce9edeb2cb8718e465826
xs2a-react-native: a3347e27b058a5b2cd4abfef4fd47036bfa0e50a
XS2AiOS: f05330348e5d513a7e436af62f81de9af4c24084
XS2AiOSNetService: 28fb0fb46933028baa3772b4daa96eb9ee6c4fef
Yoga: ff994563b2fd98c982ca58e8cd9db2cdaf4dda74

PODFILE CHECKSUM: 0529b15dcb827888d487a48b803e044e1ded6997

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fintecsystems/xs2a-react-native",
"version": "1.4.0",
"version": "1.4.1",
"description": "Integrate XS2A from Tink Germany into your React Native App.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion xs2a-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "13.0" }
s.source = { :git => "https://github.com/FinTecSystems/xs2a-react-native.git", :tag => "#{s.version}" }

s.dependency 'XS2AiOS', '1.12.0'
s.dependency 'XS2AiOS', '1.12.1'

s.source_files = "ios/**/*.{h,m,mm,swift}"

Expand Down

0 comments on commit 6d3e582

Please sign in to comment.