From 8aa8f781b2859b53c45535572ebc7bf1ceeeb845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krzeczkowski?= <45066774+michal-survicate@users.noreply.github.com> Date: Thu, 23 Apr 2020 12:27:03 +0200 Subject: [PATCH] [1.0.2] Android and iOS SDK version update 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. --- android/build.gradle | 2 +- package.json | 2 +- react-native-survicate.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 50eeb24..ddf2a17 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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) { diff --git a/package.json b/package.json index 62bbf1a..39a72c5 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/react-native-survicate.podspec b/react-native-survicate.podspec index c0df873..6f2e627 100644 --- a/react-native-survicate.podspec +++ b/react-native-survicate.podspec @@ -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