Skip to content

Commit 028d182

Browse files
committed
移除屏蔽
1 parent 20c0765 commit 028d182

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ android {
4646
abortOnError false
4747
}
4848

49-
///剔除 librtmp-jni.so
50-
packagingOptions {
51-
exclude 'lib/arm64-v8a/librtmp-jni.so'
52-
}
49+
// //如果 16 KB 问题需要剔除 librtmp-jni.so
50+
// packagingOptions {
51+
// exclude 'lib/arm64-v8a/librtmp-jni.so'
52+
// }
5353

5454
namespace 'com.example.gsyvideoplayer'
5555
}
@@ -72,7 +72,6 @@ dependencies {
7272
//implementation 'com.shuyu:gsyvideoplayer:10.0.0'
7373

7474

75-
7675
//implementation "com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:$gsyVideoVersion"
7776

7877
//是否需要AliPlayer模式

0 commit comments

Comments
 (0)