Skip to content

Releases: ManbangGroup/Phantom

v3.1.2

14 Jan 03:28
Compare
Choose a tag to compare

Features

  • 兼容 Gradle 3.3 ~ 4.4 + Android Gradle Plugin 2.3.3 ~ 3.1.4

Behavior Changes

  • Gradle 4.x + Android Gradle Plugin 3.x
    • 编译插件使用的 phantom-plugin-gradle gradle 插件提供的剔除公共库功能 excludeLib 不会自动剔除指定库依赖的其它库,需要单独配
      置。详见 phantom-sample/plugin-component/build.gradle中对 support-v4
      库及其依赖库的 excludeLib 配置
  • Gradle 3.3 + Android Gradle Plugin 2.3.3
    • 编译插件使用的 phantom-plugin-gradle gradle 插件提供的剔除公共库功能 excludeLib 自动将指定库及其依赖的其它库全部剔除。

Build Changes

  • 升级到 Gradle 4.4 + Android Gradle Plugin 3.1.4