Skip to content

Commit 947f45d

Browse files
bump native modules (#289)
1 parent abe584b commit 947f45d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,14 @@ buck-out/
5353
**/.yalc/
5454
yalc.lock
5555

56+
# VS Code
57+
.vscode/
58+
5659
# AI
5760
CLAUDE.md
5861
claude/
5962
.claude/
6063
.cursor/
6164
.github/copilot-*
6265
.github/instructions/
63-
.github/prompts/
66+
.github/prompts/

MixpanelReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020

2121
s.dependency "React-Core"
22-
s.dependency "Mixpanel-swift", '5.0.0'
22+
s.dependency "Mixpanel-swift", '5.1.0'
2323
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ repositories {
4141

4242
dependencies {
4343
implementation 'com.facebook.react:react-native:+'
44-
implementation 'com.mixpanel.android:mixpanel-android:8.1.0'
44+
implementation 'com.mixpanel.android:mixpanel-android:8.2.0'
4545
}

0 commit comments

Comments
 (0)