fix(common): 修复1.12.2及以下兼容性

This commit is contained in:
2023-04-27 10:01:40 +08:00
parent d037cb7e91
commit b1dcd7afa3
2 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ setArchivesBaseName("HamsterBall-Common")
dependencies {
// https://mvnrepository.com/artifact/com.google.code.gson/gson
//noinspection GradlePackageUpdate
compileOnly 'com.google.code.gson:gson:2.8.9'
compileOnly 'com.google.code.gson:gson:2.8.0'
// https://mvnrepository.com/artifact/io.netty/netty-all
compileOnly 'io.netty:netty-all:4.1.82.Final'