Commit 344773812b2d67ea848d9645bdc7f54ee8e4479b

Authored by 谷俊
1 parent 8b68214e

更换so库

app/src/main/jniLibs/arm64-v8a/libRongIMLib.so deleted 100644 → 0
No preview for this file type
app/src/main/jniLibs/armeabi-v7a/libRongIMLib.so deleted 100644 → 0
No preview for this file type
app/src/main/jniLibs/armeabi/libBugly.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/armeabi/libRongIMLib.so deleted 100644 → 0
No preview for this file type
app/src/main/jniLibs/armeabi/lib_imcore_group_ext_gyp.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/armeabi/lib_imcore_jni_gyp.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/armeabi/lib_imcore_msg_ext_gyp.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/armeabi/lib_imcore_sns_ext_gyp.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/armeabi/lib_imcore_ugc_ext_gyp.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/armeabi/libgnustl_shared.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/armeabi/libqalcodecwrapper.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/armeabi/libqalmsfboot.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/armeabi/libwtcrypto.so 0 → 100644
No preview for this file type
app/src/main/jniLibs/x86/libRongIMLib.so deleted 100644 → 0
No preview for this file type
app/src/main/res/values/cnlive_im.xml deleted 100644 → 0
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   -
4   - <string name="rc_quit_custom_service">客服已结束</string>
5   - <string name="rc_init_failed">连接客服失败</string>
6   - <string name="rc_location_sharing_ended">位置共享已结束</string>
7   -
8   - <string name="rc_notification_ticker_text">您有了一条新消息</string>
9   - <string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string>
10   - <string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string>
11   -
12   - <!--设置语音消息的码率 (单位 bps)-->
13   - <integer name="rc_audio_encoding_bit_rate">7950</integer>
14   -
15   - <!--原图压缩比例-->
16   - <integer name="rc_image_quality">85</integer>
17   - <!--原图压缩宽、高-->
18   - <integer name="rc_image_size">960</integer>
19   - <!-- 设置发送输入状态 -->
20   - <bool name="rc_typing_status">false</bool>
21   - <!-- 下载文件默认存储路径 -->
22   - <string name="rc_media_message_default_save_path">/RongCloud/Media/</string>
23   - <!-- 是否开启 Extension 记忆功能 -->
24   - <bool name="rc_extension_history">false</bool>
25   -</resources>
26 0 \ No newline at end of file