We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67b599 commit 23b5747Copy full SHA for 23b5747
grease/src/main/kotlin/io/deepmedia/tools/grease/RClassRelocator.kt
@@ -16,7 +16,7 @@ internal class RClassRelocator(
16
17
init {
18
include( "%regex[$fromRPathRegex\\$.*]")
19
- include( "%regex[$fromRPathRegex.*]")
+ include( "%regex[$fromRPathRegex]")
20
}
21
22
override fun canRelocateClass(className: String?): Boolean = false
0 commit comments