Skip to content

feat: bump adjust sdk to 4.33.0 to support new features #767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ PODS:
- React
- RNGestureHandler (2.6.0):
- React-Core
- segment-analytics-react-native (2.12.0):
- segment-analytics-react-native (2.13.0):
- React-Core
- sovran-react-native
- segment-analytics-react-native-plugin-idfa (0.6.0):
Expand Down Expand Up @@ -478,7 +478,7 @@ SPEC CHECKSUMS:
RNCAsyncStorage: 0c357f3156fcb16c8589ede67cc036330b6698ca
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNGestureHandler: 920eb17f5b1e15dae6e5ed1904045f8f90e0b11e
segment-analytics-react-native: f28f404167ef4e2b4f5d5decf9526180393512f4
segment-analytics-react-native: bd1f13ea95bad2313a9c7130da032af0e9a6da60
segment-analytics-react-native-plugin-idfa: c9335ec0327b8f5f35c78bbf0bf7821e9137537e
sovran-react-native: fd3dc8f1a4b14acdc4ad25fc6b4ac4f52a2a2a15
Yoga: 0b84a956f7393ef1f37f3bb213c516184e4a689d
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-adjust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@segment/analytics-react-native": "*"
},
"dependencies": {
"react-native-adjust": "^4.29.4"
"react-native-adjust": "^4.33.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
Expand Down