fix the CertificateCompressionAlgo bug by replacing netty version to 2.0.50.Final in build.gradle

This commit is contained in:
haoeliu@foxmail.com 2023-01-25 18:09:08 +08:00
parent 7c91416350
commit b229ed8c67

View File

@ -43,6 +43,7 @@ dependencies {
implementation 'org.bdware.doip:doip-sdk:1.1.0'
implementation fileTree(dir: 'lib', include: '*.jar')
testImplementation 'junit:junit:4.13.2'
implementation group: 'io.netty', name: 'netty-tcnative-boringssl-static', version: '2.0.50.Final'
}
compileJava {