Skip to content

1.4.0 - Aug 5, 2022

Latest
Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 05 Aug 14:41
· 50 commits to master since this release

1.4.0 - Aug 5, 2022

  • Change targetSdkVersion and compileSdkVersion to 32.

  • Updated dependencies

    • Kotlin to 1.7.10.
    • AGP to 7.2.2.
    • Gradle to 7.5.
    • AndroidX Fragment to 1.5.1.
    • AndroidX Lifecycle to 2.5.1.
    • AndroidX ViewBinding to 7.2.2.
    • AndroidX AppCompat to 1.4.2.
  • New feature: added 2 preload functions used to find and cache
    java.lang.reflect.Methods when using reflection, which can improve the performance. We should
    call 2 methods in Application class or AndroidX StartUp Initializer class.

    • public fun preloadBindMethods(vararg classes: KClass<out ViewBinding>).
    • public fun preloadInflateMethods(vararg classes: KClass<out ViewBinding>).
  • Internal refactoring Methods cache.


Full Changelog: 1.3.1...1.4.0