How do I know the properties in applicationVariants of android gradle plugin?

前端 未结 3 1815
野性不改
野性不改 2020-12-24 07:28

I\'m using Android Studio with gradle plugin to develop applications. I learn some usage of android gradle plugin on DSL Reference. But one thing I found is that the applica

3条回答
  •  盖世英雄少女心
    2020-12-24 07:51

    The link in @CaptRespect's answer is to a specific build. Here are the links to the public API in the master branch:

    /gradle/api/ApplicationVariant.java
    (derives from) /gradle/api/ApkVariant.java
    (derives from) /gradle/api/BaseVariant.java

提交回复
热议问题