We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f8fa5 commit cafff7bCopy full SHA for cafff7b
1 file changed
readme.md
@@ -21,10 +21,12 @@ repositories {
21
}
22
23
dependencies {
24
- implementation "com.github.fan87:Regular-Bytecode-Expression:Tag"
+ implementation "com.github.fan87:Regular-Bytecode-Expression:<vesion>"
25
26
```
27
28
+You can find all available versions in GitHub release tab
29
+
30
### Use Case
31
Let's say you want to do string obfuscation. Normally you would have to have a main for loop, a few if checks.
32
But not anymore! With this library, you can match every LdcString, and replace them to obfuscated string.
0 commit comments