We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eb81a9 + 7d1c7a6 commit e338d49Copy full SHA for e338d49
android/build.gradle
@@ -34,5 +34,5 @@ android {
34
}
35
36
dependencies {
37
- implementation "com.mixpanel.android:mixpanel-android:6.2.2"
+ implementation "com.mixpanel.android:mixpanel-android:6.3.0"
38
ios/mixpanel_flutter.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.source = { :path => '.' }
13
s.source_files = 'Classes/**/*'
14
s.dependency 'Flutter'
15
- s.dependency 'Mixpanel-swift', '3.2.6'
+ s.dependency 'Mixpanel-swift', '3.3.0'
16
s.platform = :ios, '9.0'
17
18
# Flutter.framework does not contain a i386 slice.
0 commit comments