Skip to content

Commit cafff7b

Browse files
committed
Updated readme
1 parent 24f8fa5 commit cafff7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ repositories {
2121
}
2222

2323
dependencies {
24-
implementation "com.github.fan87:Regular-Bytecode-Expression:Tag"
24+
implementation "com.github.fan87:Regular-Bytecode-Expression:<vesion>"
2525
}
2626
```
2727

28+
You can find all available versions in GitHub release tab
29+
2830
### Use Case
2931
Let's say you want to do string obfuscation. Normally you would have to have a main for loop, a few if checks.
3032
But not anymore! With this library, you can match every LdcString, and replace them to obfuscated string.

0 commit comments

Comments
 (0)