Skip to content

v5.1.0.0

Compare
Choose a tag to compare
@jiqimaogou jiqimaogou released this 21 May 03:11
· 344 commits to master since this release

atlas_core: 5.1.0.0
atlas-update: 1.1.4.21
atlas-plugin: 2.3.3.rc63

atlas_core

  1. 一些bugfix,复杂场景多线程加载bundle的线程同步问题,一些空指针。
  2. 解决8.1加载bundle一直使用解释执行,运行速度慢的问题。同时必须配合打包参数mtl.tBuildConfig.keepInLibSoNames=null才能解决。
  3. 性能优化,findClass的锁问题。当依赖的bundle的类被用到的时候才去startbundle。dex2oat service重复重启问题。
    4.修复新增activity的onnewinent获取不到数据的bug。

atlas-plugin

  1. 修复aar comsumer proguardFiles不生效问题
  2. 修复databinding mapper的bug
  3. localsigner支持v1,v2签名。
  4. native sodiff支持。
    5.其它一些bugfix。