Updated 2.9.0 to iOS SDK 1.13.1 and Android SDK 1.6.4

This commit is contained in:
Vijay Sharma 2018-04-09 12:31:39 -04:00
parent 57bd7b5938
commit 57ae4356f6
4 changed files with 3 additions and 3 deletions

View File

@ -20,5 +20,5 @@ android {
dependencies {
compile 'com.facebook.react:react-native:0.20.1'
compile 'testfairy:testfairy-android-sdk:1.6.3'
compile 'testfairy:testfairy-android-sdk:1.6.4'
}

View File

@ -88,7 +88,7 @@
*
* @param name The checkpoint name
*/
+ (void)checkpoint:(NSString *)name TF_DEPRECATED("Please refer to addUserEvent:");
+ (void)checkpoint:(NSString *)name TF_DEPRECATED("Please refer to addEvent:");
/**
* Marks an event in session timeline. Use this text to tag a session

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "react-native-testfairy",
"version": "2.8.0",
"version": "2.9.0",
"description": "TestFairy for React Native",
"author": "Gil Megidish",
"main": "./index.js",