feat: 添加 SkinBridge 皮肤兼容并发布 1.7.0

This commit is contained in:
2026-07-21 23:45:19 +08:00
parent 2479192ad3
commit 2aeb8d0340
16 changed files with 979 additions and 6 deletions
+2 -1
View File
@@ -8,7 +8,7 @@ plugins {
}
group = 'cn.infstar'
version = '1.6.0'
version = '1.7.0'
repositories {
mavenCentral()
@@ -21,6 +21,7 @@ repositories {
dependencies {
paperweight.paperDevBundle('1.21.11-R0.1-SNAPSHOT')
implementation project(':compat-api')
implementation 'com.google.code.gson:gson:2.11.0'
}
java {