File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ configurations {
2929}
3030
3131dependencies {
32- implementation group : ' net.bytebuddy' , name : ' byte-buddy-dep' , version : ' 1.11.2 '
32+ implementation group : ' net.bytebuddy' , name : ' byte-buddy-dep' , version : ' 1.12.6 '
3333 // byte buddy contains references to jna classes and without them the r8Jar step fails
3434 compileOnly group : ' net.java.dev.jna' , name : ' jna' , version : ' 5.8.0'
3535
Original file line number Diff line number Diff line change 22-allowaccessmodification
33-keepattributes SourceFile, LineNumberTable, *Annotation*
44
5+ -keep class tech.httptoolkit.relocated.net.bytebuddy.utility.Invoker { *; }
6+
57-keep class tech.httptoolkit.javaagent.** { *; }
68-keep class tech.httptoolkit.relocated.net.bytebuddy.asm.** { *; }
You can’t perform that action at this time.
0 commit comments