Skip to content

Commit

Permalink
Release 2.62.0 with iOS SDK 1.31.0 and Android SDK 1.12.29
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Jan 10, 2024
1 parent 2b898d2 commit 6512206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
ANDROID_SDK_VERSION=1.12.29
IOS_VERSION=1.30.2
IOS_VERSION=1.31.0
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
Expand Down
2 changes: 1 addition & 1 deletion React-TestFairy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,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.30.2"
s.dependency "TestFairy", "1.31.0"
end

0 comments on commit 6512206

Please sign in to comment.