Skip to content

Commit

Permalink
Release version 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyorbin committed Oct 29, 2020
1 parent 2a2e15d commit c620c2c
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 21 deletions.
2 changes: 1 addition & 1 deletion AppboyProject/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ platform :ios, '9.0'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

target 'AppboyProject' do
pod 'Appboy-iOS-SDK', '3.28.0'
pod 'Appboy-iOS-SDK', '3.29.1'

# If you want to integrate through Cocoapods instead of manual linking use this:
# It already comes with a dependency on `Appboy-iOS-SDK` so you're all set. Remember to
Expand Down
34 changes: 17 additions & 17 deletions AppboyProject/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- Appboy-iOS-SDK (3.28.0):
- Appboy-iOS-SDK/UI (= 3.28.0)
- Appboy-iOS-SDK/ContentCards (3.28.0):
- Appboy-iOS-SDK (3.29.1):
- Appboy-iOS-SDK/UI (= 3.29.1)
- Appboy-iOS-SDK/ContentCards (3.29.1):
- Appboy-iOS-SDK/Core
- SDWebImage (< 6, >= 5.8.2)
- Appboy-iOS-SDK/Core (3.28.0)
- Appboy-iOS-SDK/InAppMessage (3.28.0):
- Appboy-iOS-SDK/Core (3.29.1)
- Appboy-iOS-SDK/InAppMessage (3.29.1):
- Appboy-iOS-SDK/Core
- SDWebImage (< 6, >= 5.8.2)
- Appboy-iOS-SDK/NewsFeed (3.28.0):
- Appboy-iOS-SDK/NewsFeed (3.29.1):
- Appboy-iOS-SDK/Core
- SDWebImage (< 6, >= 5.8.2)
- Appboy-iOS-SDK/UI (3.28.0):
- Appboy-iOS-SDK/UI (3.29.1):
- Appboy-iOS-SDK/ContentCards
- Appboy-iOS-SDK/Core
- Appboy-iOS-SDK/InAppMessage
Expand Down Expand Up @@ -199,8 +199,8 @@ PODS:
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsinspector (0.61.5)
- react-native-appboy-sdk (1.24.0):
- Appboy-iOS-SDK (~> 3.28.0)
- react-native-appboy-sdk (1.25.0):
- Appboy-iOS-SDK (~> 3.29.1)
- React
- React-RCTActionSheet (0.61.5):
- React-Core/RCTActionSheetHeaders (= 0.61.5)
Expand Down Expand Up @@ -237,13 +237,13 @@ PODS:
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- ReactCommon/jscallinvoker (= 0.61.5)
- SDWebImage (5.9.2):
- SDWebImage/Core (= 5.9.2)
- SDWebImage/Core (5.9.2)
- SDWebImage (5.9.4):
- SDWebImage/Core (= 5.9.4)
- SDWebImage/Core (5.9.4)
- Yoga (1.14.0)

DEPENDENCIES:
- Appboy-iOS-SDK (= 3.28.0)
- Appboy-iOS-SDK (= 3.29.1)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
Expand Down Expand Up @@ -336,7 +336,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Appboy-iOS-SDK: 3e4b0de5083514c5e607b08d944457a5ddb5078c
Appboy-iOS-SDK: 55906de578a4f56132e86e4d7a477807e47497cc
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
FBLazyVector: aaeaf388755e4f29cd74acbc9e3b8da6d807c37f
Expand All @@ -352,7 +352,7 @@ SPEC CHECKSUMS:
React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
react-native-appboy-sdk: 2c7f7ea609a3d7f13dfac7d4e8c4cf0211972785
react-native-appboy-sdk: 2be4fa9d2248f738dd5c9aae59d77896c20cee99
React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72
Expand All @@ -363,9 +363,9 @@ SPEC CHECKSUMS:
React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe
React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad
ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
SDWebImage: 0b42b8719ab0c5257177d5894306e8a336b21cbb
SDWebImage: b69257f4ab14e9b6a2ef53e910fdf914d8f757c1
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b

PODFILE CHECKSUM: 7fc4bd804598d5db218f21952c53199f8268390b
PODFILE CHECKSUM: b6290289d425fdf5c0b58ab1193e57b416dd4a93

COCOAPODS: 1.9.3
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.25.0

##### ⚠ Breaking
- Updated the native iOS bridge to [Braze iOS SDK 3.29.1](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#3291), which adds improved support for in-app message display on iPhone 12 models.
- Updated the native Android bridge to [Braze Android SDK 11.0.0](https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#1100).

## 1.24.0

##### ⚠ Breaking
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ android {
}

dependencies {
api 'com.appboy:android-sdk-ui:10.1.0'
api 'com.appboy:android-sdk-ui:11.0.0'
api 'com.facebook.react:react-native:+'
}
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-appboy-sdk",
"version": "1.24.0",
"version": "1.25.0",
"description": "Braze SDK for React Native.",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native-appboy-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.preserve_paths = 'LICENSE.md', 'README.md', 'package.json', 'index.js'
s.source_files = 'iOS/**/*.{h,m}'

s.dependency 'Appboy-iOS-SDK', '~> 3.28.0'
s.dependency 'Appboy-iOS-SDK', '~> 3.29.1'
s.dependency 'React'
end

0 comments on commit c620c2c

Please sign in to comment.