Skip to content

Commit

Permalink
Release 2.48.0 with iOS SDK 1.28.7 and Android SDK 1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Apr 28, 2021
1 parent 2270792 commit e721743
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- appc ti config android.ndkPath ${PWD}/android-ndk-r17c
script:
- ANDROID_SDK_VERSION=1.12.6
- IOS_VERSION=1.28.6
- IOS_VERSION=1.28.7
- TITANIUM_VERSION=${TRAVIS_TAG:-2.26.0}
- echo "Creating ti.testfairy version ${TITANIUM_VERSION}"
- 'sed -i "" "s/^version:.*/version: ${TITANIUM_VERSION}/g" android/manifest'
Expand Down
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version:2.47.0
version:2.48.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: This is the official TestFairy Titanium Module for Android, providing support for the TestFairy SDK.
Expand Down
Binary file modified ios/TestFairySDK/libTestFairy.a
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version:2.47.0
version:2.48.0
apiversion: 2
architectures: armv7 arm64 i386 x86_64
description: This is the official TestFairy Titanium Module for iOS, providing support for the TestFairy SDK.
Expand Down

0 comments on commit e721743

Please sign in to comment.