Skip to content

Commit

Permalink
Bumping up references: Android to 1.5.14 and iOS to 1.7.2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilk-survicate committed Apr 29, 2022
1 parent e63d762 commit 869fc88
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 @@ -74,7 +74,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.survicate:survicate-sdk:1.5.12'
implementation 'com.survicate:survicate-sdk:1.5.14'
}

afterEvaluate { project ->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@survicate/react-native-survicate",
"title": "React Native Survicate Bindings",
"version": "1.1.8",
"version": "1.1.9",
"description": "React Native bindings for Survicate Mobile SDK",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-survicate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "Survicate", "1.7.1"
s.dependency "Survicate", "1.7.2"
# ...
# s.dependency "..."
end
Expand Down

0 comments on commit 869fc88

Please sign in to comment.