Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla committed Jun 14, 2024
1 parent 5545809 commit 68ae928
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

// Courier Core SDK
api 'com.github.trycourier:courier-android:3.3.0'
api 'com.github.trycourier:courier-android:3.4.0'
api 'androidx.recyclerview:recyclerview:1.3.2'

}
Expand Down
2 changes: 1 addition & 1 deletion courier-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

# Courier Core Dependency
s.dependency "Courier_iOS", "3.4.2"
s.dependency "Courier_iOS", "3.5.0"

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ android {
applicationId "com.courierreactnativeexample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionCode 11
versionName "1.0"
}
signingConfigs {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = CourierReactNativeExample/CourierReactNativeExample.entitlements;
CURRENT_PROJECT_VERSION = 12;
CURRENT_PROJECT_VERSION = 14;
DEVELOPMENT_TEAM = 83BJVWGX4Q;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = CourierReactNativeExample/Info.plist;
Expand Down Expand Up @@ -663,7 +663,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = CourierReactNativeExample/CourierReactNativeExample.entitlements;
CURRENT_PROJECT_VERSION = 12;
CURRENT_PROJECT_VERSION = 14;
DEVELOPMENT_TEAM = 83BJVWGX4Q;
INFOPLIST_FILE = CourierReactNativeExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- boost (1.76.0)
- courier-react-native (3.1.2):
- Courier_iOS (= 3.4.2)
- Courier_iOS (= 3.5.0)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- Courier_iOS (3.4.2)
- Courier_iOS (3.5.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.4)
- FBReactNativeSpec (0.72.4):
Expand Down Expand Up @@ -604,8 +604,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
courier-react-native: 96e4b37b4102e5ac1ac54f3c7782587185ab5701
Courier_iOS: dceb5771e5b92a3d2cf1e52f339204c7a7a37d20
courier-react-native: 3ae79a4bbbcd176a68195ad35b63db9f46bad2b3
Courier_iOS: 17323bb2a69d2aa751d4240ac1b413e4f0a40401
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 5d4a3b7f411219a45a6d952f77d2c0a6c9989da5
FBReactNativeSpec: 3fc2d478e1c4b08276f9dd9128f80ec6d5d85c1f
Expand Down

0 comments on commit 68ae928

Please sign in to comment.