diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 815b74c..4aec046 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ jobs: - name: Update native SDK versions if: startsWith(github.ref, 'refs/tags/') run: | - ANDROID_SDK_VERSION=1.12.18 - IOS_VERSION=1.29.5 + ANDROID_SDK_VERSION=1.12.20 + IOS_VERSION=1.29.6 echo ${GITHUB_REF##*/} > RELEASE_TAG sed -i '' "s/\"version\":.*/\"version\":\"$(cat RELEASE_TAG)\",/g" package.json sed -i '' "s/com.testfairy:testfairy-android-sdk:.*/com.testfairy:testfairy-android-sdk:${ANDROID_SDK_VERSION}@aar'/" android/build.gradle diff --git a/React-TestFairy.podspec b/React-TestFairy.podspec index 31359e1..a345b4e 100644 --- a/React-TestFairy.podspec +++ b/React-TestFairy.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.frameworks = "UIKit", "CoreMedia", "CoreMotion", "AVFoundation", "AVFoundation", "OpenGLES", "SystemConfiguration" s.dependency "React" - s.dependency "TestFairy", "1.29.5" + s.dependency "TestFairy", "1.29.6" end diff --git a/android/build.gradle b/android/build.gradle index 078a9ab..b825351 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.18@aar' + api 'com.testfairy:testfairy-android-sdk:1.12.20@aar' } class TestFairyRepositoryPlugin implements Plugin { diff --git a/package.json b/package.json index 86434b2..f2afff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-testfairy", - "version": "2.55.0", + "version": "2.57.0", "description": "TestFairy for React Native", "main": "./index.js", "types": "./index.d.ts",