Skip to content

Commit

Permalink
Fix LcpDecryptor and FileZipLicenseContainer (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnga authored Jan 7, 2025
1 parent 89da63c commit 32b5864
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 202 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ picasso = "2.8"
pspdfkit = "8.4.1"

robolectric = "4.12.2"
mockk = "1.13.14"

timber = "5.0.1"

Expand Down Expand Up @@ -147,6 +148,7 @@ picasso = { group = "com.squareup.picasso", name = "picasso", version.ref = "pic
pspdfkit = { group = "com.pspdfkit", name = "pspdfkit", version.ref ="pspdfkit" }

robolectric = { group = "org.robolectric", name = "robolectric", version.ref = "robolectric" }
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk"}

timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }

Expand Down
3 changes: 3 additions & 0 deletions readium/lcp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ dependencies {
// Tests
testImplementation(libs.junit)
testImplementation(libs.kotlin.junit)
testImplementation(libs.mockk)
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.robolectric)

androidTestImplementation(libs.androidx.ext.junit)
androidTestImplementation(libs.androidx.expresso.core)
Expand Down
Loading

0 comments on commit 32b5864

Please sign in to comment.