Skip to content

Commit c572612

Browse files
authored
Update README.md
1 parent 17303d3 commit c572612

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ if (shadow) {
115115
addClassPathJarsFrom(compileOnlyDependencies)
116116

117117
proguardFile("rules.pro")
118+
119+
// for more information about the different options, refer to their matching R8 documentation
120+
// at https://r8.googlesource.com/r8#running-r8
121+
118122
// See https://issuetracker.google.com/u/1/issues/380805015 for why this is required
119123
registerFilterTransform(listOf(".*/impldep/META-INF/versions/.*"))
120124
}

0 commit comments

Comments
 (0)