Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
davidliu
2025-06-01 18:50:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-06-01 18:50:24 +0900
Commit
c39cc41c79c308160deee291e19fa86afd441f34
c39cc41c
1 parent
748a68f9
Update protobuf and spotless gradle plugin (#686)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
build.gradle
build.gradle
查看文件 @
c39cc41
...
...
@@ -12,10 +12,10 @@ buildscript {
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath
"org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version"
classpath
'com.google.protobuf:protobuf-gradle-plugin:0.9.
3
'
classpath
'com.google.protobuf:protobuf-gradle-plugin:0.9.
5
'
classpath
"io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
classpath
'com.dicedmelon.gradle:jacoco-android:0.1.5'
classpath
"com.diffplug.spotless:spotless-plugin-gradle:6.2
1.0
"
classpath
"com.diffplug.spotless:spotless-plugin-gradle:6.2
3.3
"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
...
...
请
注册
或
登录
后发表评论