Skip to content

3.4.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 02:13
· 16 commits to main since this release

English

  • [feature] Change the plugin ID to support Marketplace listing
  • [bugfix] Show the non-debuggable package cause on deploy failure
  • [bugfix] Prevent incremental Kotlin compile failure when plugins require options
  • [bugfix] Prevent APK updates from failing on paths with shell characters
  • [bugfix] Prevent release R8 builds from failing on Dragonfly missing classes
  • [bugfix] Prevent compiler plugin options from breaking incremental builds

中文

  • [feature] 修改插件 ID,适配市场上架
  • [bugfix] 部署失败时展示包不可调试的原因
  • [bugfix] 编译器插件需要参数时避免增量 Kotlin 编译失败
  • [bugfix] 路径含 shell 特殊字符时避免 APK 更新失败
  • [bugfix] 避免 Dragonfly 缺失类导致 release R8 构建失败
  • [bugfix] 避免编译器插件参数破坏增量构建