1.4.0 - Aug 5, 2022
-
Change
targetSdkVersion
andcompileSdkVersion
to32
. -
Updated dependencies
Kotlin
to1.7.10
.AGP
to7.2.2
.Gradle
to7.5
.AndroidX Fragment
to1.5.1
.AndroidX Lifecycle
to2.5.1
.AndroidX ViewBinding
to7.2.2
.AndroidX AppCompat
to1.4.2
.
-
New feature: added 2 preload functions used to find and cache
java.lang.reflect.Method
s when using reflection, which can improve the performance. We should
call 2 methods inApplication
class orAndroidX StartUp Initializer
class.public fun preloadBindMethods(vararg classes: KClass<out ViewBinding>)
.public fun preloadInflateMethods(vararg classes: KClass<out ViewBinding>)
.
-
Internal refactoring
Method
s cache.
Full Changelog: 1.3.1...1.4.0