Skip to content

Commit

Permalink
upgrade to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericliang committed Dec 20, 2022
1 parent d2abeac commit 62bbad3
Show file tree
Hide file tree
Showing 7 changed files with 637 additions and 1,769 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# floo-android Changelog
[蓝莺IM](https://www.lanyingim.com/),是由美信拓扑团队研发的新一代即时通讯云服务,SDK设计简单集成方便,服务采用云原生技术和多云架构,私有云也可按月付费。

## 3.5.1 - 3022/08/15
## 3.6.0 - 2022/12/20
解决bug:
1. 在安卓低于6.0版本系统下,发送和接收Emoji表情字符时崩溃。

## 3.5.1 - 2022/08/15
优化:
1. 更新DNS配置加载策略。
2. 增加本地数据库忙超时配置,减少出错重试。
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
defaultConfig {
targetSdkVersion 27
versionCode 1
versionName "3.5.1.20220815"
versionName "3.6.0.20221220"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
minSdkVersion 21
}
Expand Down
2,398 changes: 631 additions & 1,767 deletions app/src/main/cpp/floo_wrap.cxx

Large diffs are not rendered by default.

Binary file modified app/src/main/jniLibs/arm64-v8a/libfloo.so
Binary file not shown.
Binary file modified app/src/main/jniLibs/armeabi-v7a/libfloo.so
Binary file not shown.
Binary file modified app/src/main/jniLibs/x86/libfloo.so
Binary file not shown.
Binary file modified app/src/main/jniLibs/x86_64/libfloo.so
Binary file not shown.

0 comments on commit 62bbad3

Please sign in to comment.