Skip to content

Commit

Permalink
修复无法播放视频
Browse files Browse the repository at this point in the history
  • Loading branch information
aaa1115910 committed May 20, 2024
1 parent 4c38c7f commit 3d57ebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,3 @@
-dontwarn com.google.protobuf.GeneratedMessageV3$FieldAccessorTable
-dontwarn com.google.protobuf.GeneratedMessageV3
-dontwarn com.google.protobuf.RepeatedFieldBuilderV3

# bv
# Please add these rules to your existing keep rules in order to suppress warnings.
# This is generated automatically by the Android Gradle plugin.
-dontwarn dev.aaa1115910.bv.player.AbstractVideoPlayer
-dontwarn dev.aaa1115910.bv.player.BvVideoPlayerKt
-dontwarn dev.aaa1115910.bv.player.VideoPlayerListener
-dontwarn dev.aaa1115910.bv.player.VideoPlayerOptions
-dontwarn dev.aaa1115910.bv.player.impl.exo.ExoMediaPlayer
-dontwarn dev.aaa1115910.bv.player.impl.exo.ExoPlayerFactory
6 changes: 3 additions & 3 deletions bv-player/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ android {

buildTypes {
release {
isMinifyEnabled = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
create("r8Test") {
isMinifyEnabled = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
create("alpha") {
isMinifyEnabled = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit 3d57ebd

Please sign in to comment.