소스 검색

推流方案

tags/A.2.0.0.0_20230922_base
李俊才 2 년 전
부모
커밋
6a5eabb240
2개의 변경된 파일11개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -1
      .idea/misc.xml
  2. +11
    -1
      app/proguard-rules.pro

+ 0
- 1
.idea/misc.xml 파일 보기

@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />


+ 11
- 1
app/proguard-rules.pro 파일 보기

@@ -18,4 +18,14 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-dontwarn dalvik.**
-dontwarn com.tencent.smtt.**

-keep class com.tencent.smtt.** {
*;
}

-keep class com.tencent.tbs.** {
*;
}

불러오는 중...
취소
저장