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 {
29
29
}
30
30
31
31
dependencies {
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 '
33
33
// byte buddy contains references to jna classes and without them the r8Jar step fails
34
34
compileOnly group : ' net.java.dev.jna' , name : ' jna' , version : ' 5.8.0'
35
35
Original file line number Diff line number Diff line change 2
2
-allowaccessmodification
3
3
-keepattributes SourceFile, LineNumberTable, *Annotation*
4
4
5
+ -keep class tech.httptoolkit.relocated.net.bytebuddy.utility.Invoker { *; }
6
+
5
7
-keep class tech.httptoolkit.javaagent.** { *; }
6
8
-keep class tech.httptoolkit.relocated.net.bytebuddy.asm.** { *; }
You can’t perform that action at this time.
0 commit comments