We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8027669 commit ab5d5f2Copy full SHA for ab5d5f2
android/build.gradle
@@ -65,7 +65,7 @@ repositories {
65
dependencies {
66
//noinspection GradleDynamicVersion
67
implementation 'com.facebook.react:react-native:+' // From node_modules
68
- implementation "io.qonversion.sandwich:sandwich:5.1.3"
+ implementation "io.qonversion.sandwich:sandwich:5.1.4"
69
}
70
71
afterEvaluate { project ->
react-native-qonversion.podspec
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
22
s.requires_arc = true
23
24
s.dependency "React"
25
- s.dependency "QonversionSandwich", "5.1.3"
+ s.dependency "QonversionSandwich", "5.1.4"
26
end
0 commit comments