This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Releases: rewe-digital/katana
Releases · rewe-digital/katana
1.15.0
1.14.1
This is a maintenance release, just updating a few dependencies:
- Kotlin 1.4.20
- Android Gradle Plugin 4.1.2
- Android build tools 30.0.3
1.14.0
This is a maintenance release, just updating a few dependencies:
- Kotlin 1.4.0
- Android Gradle Plugin 4.0.1
- Android (target|compile)SdkVersion 30 (Android 11)
- Android build tools 30.0.2
androidx.fragment:fragment
1.2.5
1.13.2
- Update dependencies
- Kotlin 1.3.72
- androidx.fragment 1.2.4
1.13.1
- Update dependencies
- Kotlin 1.3.70
- androidx.fragment 1.2.2
1.13.0
- Add
provider()
toModule
DSL - Update dependencies
1.12.1
- Bugfix:
alias()
& set-relatedget()
name arguments were limited toString
but should beAny
1.12.0
- Update
androidx.lifecycle:lifecycle-viewmodel
dependency to version 2.2.0 - Update
androidx.lifecycle:lifecycle-viewmodel-savedstate
dependency to first stable version 1.0.0
1.11.0
- Add support for Fragment instantiation through Katana with new artifact
katana-androidx-fragment
and KatanaFragmentFactory (also see FragmentFactory ofandroidx.fragment:fragment:1.2.0
)
1.10.0
Happy New Year 🎉
- Add optional injection via injectOrNull() / getOrNull()