Commit 82b6e7a13728c1f740297967513d3e4fc37d3a6d
1 parent
f80f60a1
更新依赖库
Showing
4 changed files
with
8 additions
and
7 deletions
.idea/misc.xml
| @@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
| 37 | <ConfirmationsSetting value="0" id="Add" /> | 37 | <ConfirmationsSetting value="0" id="Add" /> |
| 38 | <ConfirmationsSetting value="0" id="Remove" /> | 38 | <ConfirmationsSetting value="0" id="Remove" /> |
| 39 | </component> | 39 | </component> |
| 40 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | 40 | + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
| 41 | <output url="file://$PROJECT_DIR$/build/classes" /> | 41 | <output url="file://$PROJECT_DIR$/build/classes" /> |
| 42 | </component> | 42 | </component> |
| 43 | <component name="ProjectType"> | 43 | <component name="ProjectType"> |
app/libs/libcnlivestream.jar
No preview for this file type
app/libs/libcnlivevideo.jar
0 → 100644
No preview for this file type
app/proguard-rules.pro
| 1 | --dontwarn com.ksy.** | ||
| 2 | --dontwarn com.ksyun.** | ||
| 3 | - | ||
| 4 | --keep class com.ksy.**{*;} | ||
| 5 | --keep class com.ksyun.**{*;} | 1 | +-keepattributes Signature |
| 6 | 2 | ||
| 7 | --keep class com.cnlive.libs.**{*;} | 3 | +-dontwarn com.cnlive.** |
| 4 | +-keep class com.cnlive.** {*;} | ||
| 5 | +-dontwarn com.ksyun.** | ||
| 6 | +-keep class com.ksyun.** { *;} | ||
| 7 | +-dontwarn com.ksy.** | ||
| 8 | +-keep class com.ksy.** { *;} | ||
| 8 | \ No newline at end of file | 9 | \ No newline at end of file |