Skip to content

Commit

Permalink
解决跨进程json格式encode和decode时可能造成anr问题,将json处理使用独立线程运行。
Browse files Browse the repository at this point in the history
版本 3.1.3
  • Loading branch information
codyer committed May 27, 2023
1 parent 8c9ad5b commit 6351db9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* ************************************************************
* 文件:build.gradle 模块:ElegantBus 项目:ElegantBus
* 当前修改时间:2022年09月12日 19:38:07
* 上次修改时间:2022年09月12日 19:37:45
* 当前修改时间:2023年05月27日 12:57:36
* 上次修改时间:2023年05月27日 12:47:52
* 作者:Cody.yi https://github.com/codyer
*
* 描述:ElegantBus
* Copyright (c) 2022
* Copyright (c) 2023
* ************************************************************
*/

Expand All @@ -17,7 +17,7 @@ plugins {
}

ext {
version = "3.1.1"
version = "3.1.3"
groupId = 'com.codyer.ElegantBus'
minSdkVersion = 21
targetSdkVersion = 32
Expand Down

0 comments on commit 6351db9

Please sign in to comment.