Open GramDev1 opened 4 hours ago
Currently using a Gradle implementation with jitpack.
api('com.github.zhkl0228:impersonator:59492b9b9c') {
exclude group: 'com.github.zhkl0228.impersonator', module: 'impersonator-okhttp'
}
Using the provided OKHTTP artifact causes issues, using their own fixes it. However the bouncy castle implementation (Which I commend you for making!,) does not support concurrency well :/
Hi, Could you push a release so that https://github.com/zhkl0228/impersonator/issues/1 becomes usable?