Skip to content

Commit

Permalink
Release 2.64.0 with iOS SDK 1.31.0 and Android SDK 1.12.31
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Jan 23, 2024
1 parent bae8283 commit b95831f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Update native SDK versions
if: startsWith(github.ref, 'refs/tags/')
run: |
ANDROID_SDK_VERSION=1.12.29
ANDROID_SDK_VERSION=1.12.31
IOS_VERSION=1.31.0
echo ${GITHUB_REF##*/} > RELEASE_TAG
sed -i '' "s/\"version\":.*/\"version\":\"$(cat RELEASE_TAG)\",/g" package.json
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.29@aar'
api 'com.testfairy:testfairy-android-sdk:1.12.31@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.62.0",
"version": "2.64.0",
"description": "TestFairy for React Native",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit b95831f

Please sign in to comment.