Update: Replace java.util.regex with jregex

This commit is contained in:
AnonymousUser
2020-11-12 22:54:34 +08:00
parent c632782bc6
commit 7b5027a528
3 changed files with 15 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ repositories {
dependencies {
compile 'net.portswigger.burp.extender:burp-extender-api:1.7.13'
compile 'net.sourceforge.jregex:jregex:1.2_01'
compile 'org.json:json:20200518'
}