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
2022-01-30 10:32:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac08aff131aebd160f3f0ffc613dcbe00a2434c0
ac08aff1
1 parent
150b0c89
leak canary for sample apps
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
sample-app-common/build.gradle
sample-app-common/build.gradle
查看文件 @
ac08aff
...
...
@@ -42,6 +42,8 @@ dependencies {
api
"androidx.lifecycle:lifecycle-common-java8:${versions.androidx_lifecycle}"
api
"com.google.protobuf:protobuf-java:${versions.protobuf}"
api
project
(
":livekit-android-sdk"
)
// debugImplementation because LeakCanary should only run in debug builds.
debugImplementation
'com.squareup.leakcanary:leakcanary-android:2.8.1'
testImplementation
'junit:junit:4.+'
androidTestImplementation
'androidx.test.ext:junit:1.1.3'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.4.0'
...
...
请
注册
或
登录
后发表评论