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
….1.0.
  • Loading branch information
fuzzybinary committed Nov 9, 2022
1 parent b0e1f87 commit b28f6a0
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 25 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 @@ -25,9 +25,8 @@ rootProject.allprojects {
google()
mavenCentral()
maven { url("https://jitpack.io") }
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}


}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
datadog-android = "1+"
datadog-android = "1.15.0"

[libraries]
datadogSdkAndroid = { module = "com.datadoghq:dd-sdk-android", version.ref = "datadog-android" }
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', :branch => 'develop'
pod 'DatadogSDKCrashReporting', :git => 'https://github.com/DataDog/dd-sdk-ios', :branch => 'develop'
# End Datadog Pod Overrides

end

Expand Down
5 changes: 2 additions & 3 deletions packages/datadog_flutter_plugin/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ buildscript {
maven {
url "https://plugins.gradle.org/m2/"
}

}

dependencies {
Expand All @@ -28,9 +29,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}

}
}

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', :branch => 'develop'
pod 'DatadogSDKCrashReporting', :git => 'https://github.com/DataDog/dd-sdk-ios', :branch => 'develop'
# 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', :branch => 'develop'
pod 'DatadogSDKCrashReporting', :git => 'https://github.com/DataDog/dd-sdk-ios', :branch => 'develop'
# 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.13.0'
s.dependency 'DatadogSDKCrashReporting', '1.13.0'
s.platform = :ios, '11.0'

# Flutter.framework does not contain a i386 slice.
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', :branch => 'develop'
pod 'DatadogSDKCrashReporting', :git => 'https://github.com/DataDog/dd-sdk-ios', :branch => 'develop'
# End Datadog Pod Overrides
end

post_install do |installer|
Expand Down

0 comments on commit b28f6a0

Please sign in to comment.