Skip to content
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
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flutter_ios_podfile_setup

target 'Runner' do
use_frameworks!
pod 'segment-appsflyer-ios', :git => 'https://github.com/Drafteame/segment-appsflyer-ios.git', :tag => '6.14.2'
pod 'segment-appsflyer-ios', :git => 'https://github.com/Drafteame/segment-appsflyer-ios.git', :tag => '6.17.3'
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_segment.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Library to let Flutter apps use Segment.io
s.dependency 'Flutter'
s.dependency 'Analytics', '4.1.6'
s.dependency 'Segment-Amplitude', '3.3.2'
s.dependency 'segment-appsflyer-ios','6.14.2'
s.dependency 'segment-appsflyer-ios','6.17.3'

s.ios.deployment_target = '11.0'

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_segment
description: Flutter implementation of Segment Analytics for iOS, Android and Web
version: 4.0.0
homepage: https://lahaus.com
version: 4.1.0
homepage: https://draftea.com
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎

repository: https://github.com/la-haus/flutter-library-segment
issue_tracker: https://github.com/la-haus/flutter-library-segment/issues
documentation: https://github.com/la-haus/flutter-library-segment#readme
Expand Down