Skip to content

Commit

Permalink
Merge pull request #307 from Adyen/update_latest_v4
Browse files Browse the repository at this point in the history
Update latest v4
  • Loading branch information
descorp authored Nov 14, 2023
2 parents c65c3fa + 8f42154 commit 782cb56
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 252 deletions.
4 changes: 2 additions & 2 deletions adyen-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platform = :ios, "11.0"
s.platform = :ios, "12.0"
s.source = { :git => "https://github.com/Adyen/adyen-react-native.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m,swift}"


s.dependency "React-Core"
s.dependency "Adyen", '4.10.4'
s.dependency "Adyen", '4.11.1'

end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
//noinspection GradleDynamicVersion
api "com.facebook.react:react-native:+" // From node_modules
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.22"
implementation "com.adyen.checkout:drop-in:4.12.1"
implementation "com.adyen.checkout:drop-in:4.13.3"
implementation 'com.google.android.material:material:1.7.0'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0"

Expand Down
Loading

0 comments on commit 782cb56

Please sign in to comment.