Skip to content

Commit

Permalink
Release 2.57.0 with iOS SDK 1.29.6 and Android SDK 1.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoperini committed Jan 28, 2022
1 parent e1cb2c6 commit 1cd45ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion React-TestFairy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.18@aar'
api 'com.testfairy:testfairy-android-sdk:1.12.20@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.55.0",
"version": "2.57.0",
"description": "TestFairy for React Native",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 1cd45ab

Please sign in to comment.