Skip to content

Commit 68aca37

Browse files
committed
samples working
1 parent 54f22be commit 68aca37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/StringCare.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ open class StringCare : Plugin<Project> {
159159
obfuscateFile(
160160
extension.main_module,
161161
key,
162-
file.file
162+
file.file,
163+
variantOrFlavor?.applicationId ?: ""
163164
)
164165
if (extension.debug) {
165166
PrintUtils.print(null, file.file.getContent())

0 commit comments

Comments
 (0)