Skip to content

Commit

Permalink
Exclude FluxC from tracks:experimentation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Jul 7, 2022
1 parent 13102ac commit 339adad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WooCommerce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ dependencies {
exclude group: "com.android.support"
}

implementation "com.automattic.tracks:experimentation:trunk-f25f5b5e77df8313f19d47d07e7411256d18df79"
implementation("com.automattic.tracks:experimentation:trunk-f25f5b5e77df8313f19d47d07e7411256d18df79") {
exclude group: "org.wordpress", module: "fluxc"
}
implementation 'com.automattic:Automattic-Tracks-Android:2.2.0'

implementation("${gradle.ext.fluxCBinaryPath}:$fluxCVersion") {
Expand Down

0 comments on commit 339adad

Please sign in to comment.