diff --git a/.travis.yml b/.travis.yml index 356aea9..30dcdb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/android/build.gradle b/android/build.gradle index dae36cb..f698512 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 { diff --git a/package.json b/package.json index 6efc67c..55187d5 100644 --- a/package.json +++ b/package.json @@ -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": {