Skip to content

Commit

Permalink
Release 2.44.0 with iOS SDK 1.28.2 and Android SDK 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Mar 23, 2021
1 parent b29b1a0 commit d6d6504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
- pod install
- #xcrun xcodebuild -quiet -workspace AwesomeProject.xcworkspace -scheme AwesomeProject -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO | xcpretty
before_deploy:
- ANDROID_SDK_VERSION=1.12.2
- ANDROID_SDK_VERSION=1.12.3
- IOS_VERSION=1.28.2
- cd ../..
- rm -rf AwesomeProject
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {

dependencies {
api 'com.facebook.react:react-native:+'
api 'com.testfairy:testfairy-android-sdk:1.12.2@aar'
api 'com.testfairy:testfairy-android-sdk:1.12.3@aar'
}

class TestFairyRepositoryPlugin implements Plugin<Gradle> {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-testfairy",
"version": "2.43.0",
"version": "2.44.0",
"description": "TestFairy for React Native",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit d6d6504

Please sign in to comment.