Skip to content

Commit 7e5bd0b

Browse files
committed
wip
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 8c25290 commit 7e5bd0b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

appscan/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ kotlin.compilerOptions {
4141

4242
dependencies {
4343
implementation(libs.appcompat)
44-
implementation(libs.document.scanning.android.sdk)
44+
implementation(libs.document.scanning.android.sdk) {
45+
exclude(group = "androidx.test", module = "monitor")
46+
}
4547
implementation(libs.ui)
4648
}

0 commit comments

Comments
 (0)