Skip to content

Commit 23b5747

Browse files
committed
Fix R class matcher
1 parent e67b599 commit 23b5747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grease/src/main/kotlin/io/deepmedia/tools/grease/RClassRelocator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal class RClassRelocator(
1616

1717
init {
1818
include( "%regex[$fromRPathRegex\\$.*]")
19-
include( "%regex[$fromRPathRegex.*]")
19+
include( "%regex[$fromRPathRegex]")
2020
}
2121

2222
override fun canRelocateClass(className: String?): Boolean = false

0 commit comments

Comments
 (0)