Skip to content

Commit

Permalink
Justify why we need the org.json:json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Jan 24, 2024
1 parent 67feb38 commit d2ac168
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pillarbox-analytics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ dependencies {
implementation(libs.tagcommander.core)
api(libs.tagcommander.serverside)

testImplementation(libs.json)
testImplementation(libs.json) {
because("The 'org.json' package is included in the Android SDK. Adding this dependency allows us to not mock the Android SDK in unit tests.")
}
testImplementation(libs.junit)
testImplementation(libs.kotlin.test)
testImplementation(libs.mockk)
Expand Down

0 comments on commit d2ac168

Please sign in to comment.