mirror of
https://github.com/status-im/react-native-testfairy.git
synced 2025-02-21 06:38:07 +00:00
Updated 2.9.0 to iOS SDK 1.13.1 and Android SDK 1.6.4
This commit is contained in:
parent
57bd7b5938
commit
57ae4356f6
@ -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'
|
||||
}
|
||||
|
@ -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.
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user