Skip to content

Commit 835a44b

Browse files
committed
Fix readme
1 parent 3cda925 commit 835a44b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can configure Lobzik by using `lobzik` extension in your root `build.gradle.
2929
```kotlin
3030
lobzik {
3131
// regex for your app build variants
32-
variantNameRegex.set("debug|paidDebug")
32+
variantName.set("debug|paidDebug")
3333
// path of your monolith module for report
3434
monolithModule.set(":app")
3535
// paths of your feature modules (you can use regex here)

0 commit comments

Comments
 (0)