Skip to content

Commit

Permalink
修复持续集成编译不通过
Browse files Browse the repository at this point in the history
Change-Id: I5aeb778dcf5539ee0fc0eace9408704cca0d1043
  • Loading branch information
sevenhhe committed Jan 14, 2021
1 parent da2d4a5 commit f010117
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/video-link-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ android {
packagingOptions {
pickFirst 'lib/armeabi-v7a/libxnet-android.so'
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit f010117

Please sign in to comment.