Skip to content

Latest commit

 

History

History
executable file
·
53 lines (30 loc) · 979 Bytes

File metadata and controls

executable file
·
53 lines (30 loc) · 979 Bytes

Changelog

[1.0.0] - 2022-05-04

Added

  • 添加EmptyArray.kt

Changed

  • 升级android-version-catalog1.2.0,依赖项对应升级

[0.3.0] - 2021-09-06

Changed

  • InfrastructureApp移动到单独的库android-infrastructure-application中,废弃已有的InfrastructureApp
  • 升级依赖
    • gradle插件升级为7.0.2
    • kotlin升级为1.5.21
    • androidx.core:core升级为1.6.0

[0.2.0] - 2021-06-26

Changed

  • authority替换为意义更清晰的fileProviderAuthority
  • targetSdkVersion降为23

[0.1.3] - 2021-06-22

Changed

  • 使用RequireInfrastructureApp注解标记依赖InfrastructureApp实例的方法、属性等

[0.1.2] - 2021-06-20

Added

  • 支持安装apk

[0.1.1] - 2021-06-16

Added

  • 添加网络安全配置

[0.1.0] - 2021-06-16

Added

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