Skip to content

Commit

Permalink
🧹 Remove dependency overrides for release of datadog_flutter_plugin 1…
Browse files Browse the repository at this point in the history
….2.0.
  • Loading branch information
fuzzybinary committed Jan 25, 2023
1 parent 5856417 commit a10e74e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 21 deletions.
5 changes: 2 additions & 3 deletions packages/datadog_flutter_plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ rootProject.allprojects {
content {
includeGroup "com.github.xgouchet.Elmyr"
}

}
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}

}
}

Expand Down
4 changes: 0 additions & 4 deletions packages/datadog_flutter_plugin/e2e_test_app/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ target 'Runner' do

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

# Datadog Pod Overrides
pod 'DatadogSDK', :git => 'https://github.com/DataDog/dd-sdk-ios', :tag => '1.14.0'
pod 'DatadogSDKCrashReporting', :git => 'https://github.com/DataDog/dd-sdk-ios', :tag => '1.14.0'
# End Datadog Pod Overrides

end

Expand Down
4 changes: 0 additions & 4 deletions packages/datadog_flutter_plugin/example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ target 'Runner' do

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

# Datadog Pod Overrides
pod 'DatadogSDK', :git => 'https://github.com/DataDog/dd-sdk-ios', :tag => '1.14.0'
pod 'DatadogSDKCrashReporting', :git => 'https://github.com/DataDog/dd-sdk-ios', :tag => '1.14.0'
# End Datadog Pod Overrides

target 'flutter_datadog_plugin_tests' do
inherit! :search_paths
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ target 'Runner' do

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

# Datadog Pod Overrides
pod 'DatadogSDK', :git => 'https://github.com/DataDog/dd-sdk-ios', :tag => '1.14.0'
pod 'DatadogSDKCrashReporting', :git => 'https://github.com/DataDog/dd-sdk-ios', :tag => '1.14.0'
# End Datadog Pod Overrides
end

post_install do |installer|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ A new flutter plugin project.
s.source_files = 'Classes/**/*'
s.static_framework = true
s.dependency 'Flutter'
s.dependency 'DatadogSDK', '~> 1'
s.dependency 'DatadogSDKCrashReporting', '~> 1'
s.dependency 'DatadogSDK', '1.14.0'
s.dependency 'DatadogSDKCrashReporting', '1.14.0'
s.dependency 'DictionaryCoder', '1.0.8'
s.platform = :ios, '11.0'

Expand Down
4 changes: 0 additions & 4 deletions packages/datadog_tracking_http_client/example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ target 'Runner' do

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

# Datadog Pod Overrides
pod 'DatadogSDK', :git => 'https://github.com/DataDog/dd-sdk-ios', :tag => '1.14.0'
pod 'DatadogSDKCrashReporting', :git => 'https://github.com/DataDog/dd-sdk-ios', :tag => '1.14.0'
# End Datadog Pod Overrides
end

post_install do |installer|
Expand Down

0 comments on commit a10e74e

Please sign in to comment.