[6.10.0][Feat]更新GsyVideo版本到10.0.0

This commit is contained in:
chenfufeng
2025-02-18 17:27:27 +08:00
parent 99348fdcc0
commit 6cf9d2ce4e
28 changed files with 105 additions and 71 deletions

View File

@@ -17,6 +17,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://artifact.bytedance.com/repository/Volcengine/" }
maven { url "https://artifact.bytedance.com/repository/byteX/" }
maven { url 'https://jitpack.io' }
gradlePluginPortal()
// mavenCentral()
google()
@@ -62,7 +63,7 @@ allprojects {
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://plugins.gradle.org/m2/' }
// mavenCentral()
maven { url 'https://jitpack.io' }
maven {
url "https://artifact.bytedance.com/repository/Volcengine/"
}