Skip to content

v0.13.3

Compare
Choose a tag to compare
@yshrsmz yshrsmz released this 07 Aug 07:03
· 86 commits to master since this release

Added

Changed

  • Android Gradle Plugin 7.2.2
  • Unified API. buildConfigField can now configure if it's nullable or const.
  • Deprecated some methods. use buildConfigField with optional parameters.
    • buildConfigField(type, name, value, nullable = true) for nullable field
    • buildConfigField(type, name, value, const = true) for const field