Skip to content

Commit

Permalink
Fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
creati8e committed Feb 6, 2020
1 parent d78b46f commit d8c4fac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ProguardR8DictionaryGeneratorPlugin : Plugin<Project> {
const val LOG_TAG = "ProguardR8DictionaryGenerator"
val TARGET_TASKS_REGEX = listOf(
Regex("minify(.*?)With(?:R8|Proguard)"),
Regex("transformClassesAndResourcesWith(?:R8|Proguard)For")
Regex("transformClassesAndResourcesWith(?:R8|Proguard)For.*?")
)
}

Expand Down

0 comments on commit d8c4fac

Please sign in to comment.