diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff323e8..f7bf080 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 3c99bd9..42cc6fb 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.29@aar' + api 'com.testfairy:testfairy-android-sdk:1.12.31@aar' } class TestFairyRepositoryPlugin implements Plugin { diff --git a/package.json b/package.json index 7df8a1e..e339207 100644 --- a/package.json +++ b/package.json @@ -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",