Skip to content

Android v1.2.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@galenlin galenlin released this 21 May 08:54
· 101 commits to master since this release

gradle-small

Features:

  • 支持 Kotlin

    现在,只需要在工程根目录加上对 kotlin-gradle-plugin 的依赖,Small 将查找 src/main/java 目录包含 *.kt 文件的模块,并为他们自动加上对 Kotlin 语言的支持。

    示例:

    buildscript {
          repositories {
              jcenter()
          }
          dependencies {
              classpath 'com.android.tools.build:gradle:2.3.0'
              classpath 'net.wequick.tools.build:gradle-small:1.2.0-alpha2'
              classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.2-4' // 一行支持Kotlin
          }
      }

    有关示例可以查看 kotlin 分支

Bugfixes:

  • 修正 AarPath 解析问题 (#485)

Performance:

  • 对插件移除新版 AS 自动生成的 ic_launcher_round.png 资源

small

Bugfixes:

  • 修正插件升级时覆盖 so 文件的问题 (#477, @zhaoya188)
  • 确保调用插件 Activity 前能成功拦截 Instrumentation