Skip to content

Commit

Permalink
Tests: add org.json testImplementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Binnette committed Nov 28, 2024
1 parent db20436 commit 0b278fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ dependencies {
// Required for local unit tests (JUnit 4 framework)
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:2.28.2'
// Required for local unit tests. Prevent null in JSONObjet, JSONArray, etc.
testImplementation 'org.json:json:20240303'

testImplementation 'org.powermock:powermock-core:2.0.9'
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
Expand All @@ -114,7 +116,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.3.0'

//compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'

// AndroidX Capable version
Expand Down

0 comments on commit 0b278fc

Please sign in to comment.