Skip to content

Commit

Permalink
Release 2.60.0 with iOS SDK 1.29.9 and Android SDK 1.12.27
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed May 17, 2022
1 parent 3b2a334 commit a5657ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Update native SDK versions
run: |
ANDROID_SDK_VERSION=1.12.19
IOS_VERSION=1.29.6
ANDROID_SDK_VERSION=1.12.27
IOS_VERSION=1.29.9
echo "Android ${ANDROID_SDK_VERSION}"
echo "iOS ${IOS_VERSION}"
- run: npm install
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": "com.testfairy.cordova-plugin",
"version": "2.58.0",
"version": "2.60.0",
"description": "TestFairy SDK plugin for Cordova",
"engines": {
"node": ">=6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="com.testfairy.cordova-plugin" version="2.58.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="com.testfairy.cordova-plugin" version="2.60.0">
<name>TestFairy Plugin</name>
<description>TestFairy SDK plugin for Cordova</description>
<license>Apache 2.0 License</license>
Expand Down Expand Up @@ -27,7 +27,7 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="TestFairy" spec="1.29.6" />
<pod name="TestFairy" spec="1.29.9" />
</pods>
</podspec>
</platform>
Expand Down
2 changes: 1 addition & 1 deletion src/android/rules.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ class TestFairyRepositoryPlugin implements Plugin<Gradle> {
apply plugin: TestFairyRepositoryPlugin

dependencies {
api 'com.testfairy:testfairy-android-sdk:1.12.19@aar'
api 'com.testfairy:testfairy-android-sdk:1.12.27@aar'
}

0 comments on commit a5657ae

Please sign in to comment.