Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion face/capture/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("simprints.feature")
id("simprints.testing.android")
id("kotlin-parcelize")
id("simprints.library.kotlinSerialization")
}
Expand Down
12 changes: 0 additions & 12 deletions face/capture/src/androidTest/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion feature/matcher/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("simprints.feature")
id("simprints.testing.android")
id("kotlin-parcelize")
}

Expand Down
6 changes: 0 additions & 6 deletions fingerprint/capture/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
plugins {
id("simprints.feature")
id("simprints.testing.android")
id("kotlin-parcelize")
id("simprints.library.kotlinSerialization")
}

android {
namespace = "com.simprints.fingerprint.capture"

defaultConfig {
testInstrumentationRunner = "com.simprints.fingerprint.CustomTestRunner"
testInstrumentationRunnerArguments["clearPackageData"] = "true"
}
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion infra/event-sync/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id("simprints.infra")
id("simprints.library.room")
id("simprints.testing.android")
id("simprints.library.kotlinSerialization")
id("simprints.library.backendApi")
}
Expand Down
Loading
Loading