Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sdk 189 deduplication for metrics android #361

Open
wants to merge 5 commits into
base: develop-v2
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions gsonrudderadapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ dependencies {
testImplementation deps.hamcrest
testImplementation 'junit:junit:4.+'
}
apply from: rootProject.file('gradle/artifacts-jar.gradle')
apply from: rootProject.file('gradle/mvn-publish.gradle')
apply from: rootProject.file('gradle/codecov.gradle')
apply from: "$projectDir/../gradle/artifacts-jar.gradle"
apply from: "$projectDir/../gradle/mvn-publish.gradle"
apply from: "$projectDir/../gradle/codecov.gradle"
6 changes: 3 additions & 3 deletions jacksonrudderadapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ dependencies {
testImplementation deps.hamcrest
testImplementation 'junit:junit:4.+'
}
apply from: rootProject.file('gradle/artifacts-jar.gradle')
apply from: rootProject.file('gradle/mvn-publish.gradle')
apply from: rootProject.file('gradle/codecov.gradle')
apply from: "$projectDir/../gradle/artifacts-jar.gradle"
apply from: "$projectDir/../gradle/mvn-publish.gradle"
apply from: "$projectDir/../gradle/codecov.gradle"
6 changes: 3 additions & 3 deletions moshirudderadapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ dependencies {
testImplementation deps.hamcrest
testImplementation 'junit:junit:4.+'
}
apply from: rootProject.file('gradle/artifacts-jar.gradle')
apply from: rootProject.file('gradle/mvn-publish.gradle')
apply from: rootProject.file('gradle/codecov.gradle')
apply from: "$projectDir/../gradle/artifacts-jar.gradle"
apply from: "$projectDir/../gradle/mvn-publish.gradle"
apply from: "$projectDir/../gradle/codecov.gradle"
6 changes: 3 additions & 3 deletions repository/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ dependencies {
testImplementation deps.awaitility
testImplementation deps.robolectric
}
apply from: rootProject.file('gradle/artifacts-aar.gradle')
apply from: rootProject.file('gradle/mvn-publish.gradle')
apply from: rootProject.file('gradle/codecov.gradle')
apply from: "$projectDir/../gradle/artifacts-aar.gradle"
apply from: "$projectDir/../gradle/mvn-publish.gradle"
apply from: "$projectDir/../gradle/codecov.gradle"
Loading
Loading