Skip to content

Commit

Permalink
[1.0.2] Android and iOS SDK version update
Browse files Browse the repository at this point in the history
Updated: 
- Unnecessary spacing on the left side of the question has been removed.
Fixed: 
- Proper handling of 4xx error codes.
- A bug causing surveys not to appear when targeted only at logged in users- 
- A minor issue causing the survey not to appear when targeted at multiple values of the same attribute.
  • Loading branch information
michal-survicate committed Apr 23, 2020
1 parent 97abccc commit 8aa8f78
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 @@ -77,7 +77,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.survicate:survicate-sdk:1.1.2'
implementation 'com.survicate:survicate-sdk:1.2.0'
}

def configureReactNativePom(def pom) {
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.0.1",
"version": "1.0.2",
"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.3.0"
s.dependency "Survicate", "1.4.0"
# ...
# s.dependency "..."
end
Expand Down

0 comments on commit 8aa8f78

Please sign in to comment.