Skip to content

Commit

Permalink
Sandwich version upgraded to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Jul 19, 2023
1 parent 7b3facf commit 108d1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation "io.qonversion.sandwich:sandwich:2.0.1"
implementation "io.qonversion.sandwich:sandwich:2.0.2"

}

Expand Down
2 changes: 1 addition & 1 deletion react-native-qonversion.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "QonversionSandwich", "2.0.1"
s.dependency "QonversionSandwich", "2.0.2"
end

0 comments on commit 108d1c4

Please sign in to comment.