Skip to content

Latest commit

 

History

History
executable file
·
46 lines (24 loc) · 1007 Bytes

File metadata and controls

executable file
·
46 lines (24 loc) · 1007 Bytes

Changelog

[1.3.0] - 2022-05-05

Changed

  • io.github.daemon369:annotation升级为1.0.0

[1.2.0] - 2022-04-29

Changed

  • 更新android-version-catalog1.2.0,使用最新的依赖库及Kotlin 1.6.21

[1.1.0] - 2021-12-27

Changed

  • 设置InfrastructureApp为默认Application

[1.0.0] - 2021-12-24

Added

  • 增加顶层方法minSdkVersioncompileSdkVersiontargetSdkVersion及扩展方法Context.minSdkVersionContext.compileSdkVersionContext.targetSdkVersion

Changed

  • compileSdkVersion升级为31buildToolsVersion升级为31.0.0

Removed

  • 移除顶层方法versionCode及扩展方法Context.versionCode

[0.1.1] - 2021-09-08

Changed

  • 移除扩展方法Context.longVersionCode与顶层方法longVersionCode的API限制
  • 废弃扩展方法Context.versionCode及顶层方法versionCode

[0.1.0] - 2021-09-04

Added

  • 增加InfrastructureApp,用于简化工具基础库的使用