Skip to content

Commit

Permalink
Release 2.54.0 with iOS SDK 1.29.5 and Android SDK 1.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Jan 12, 2022
1 parent 32c93c2 commit e40061f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ install:
- appc ti config android.sdkPath $ANDROID_HOME
- appc ti config android.ndkPath ${PWD}/android-ndk-r17c
script:
- ANDROID_SDK_VERSION=1.12.17
- IOS_VERSION=1.29.4
- ANDROID_SDK_VERSION=1.12.18
- IOS_VERSION=1.29.5
- TITANIUM_VERSION=${TRAVIS_TAG:-2.26.0}
- echo "Creating ti.testfairy version ${TITANIUM_VERSION}"
- 'sed -i "" "s/^version:.*/version: ${TITANIUM_VERSION}/g" android/manifest'
Expand Down
Binary file modified android/lib/testfairy-sdk.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions ios/TestFairySDK/TestFairy.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ typedef TestFairyFeedbackContent * (^TestFairyFeedbackInterceptor)(TestFairyFeed
*/
+ (void)installFeedbackHandler:(NSString *)appToken method:(NSString *)method;

/**
* Disables a previously installed feedback handler. Stops listening user shakes to prompt feedback alerts.
*/
+ (void)uninstallFeedbackHandler;
/**
* Change the server endpoint for use with on-premise hosting. Please
* contact support or sales for more information. Must be called before begin
Expand Down
Binary file modified ios/TestFairySDK/libTestFairy.a
Binary file not shown.

0 comments on commit e40061f

Please sign in to comment.