Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Releases: rewe-digital/katana

1.15.0

06 May 08:59
4454cc4
Compare
Choose a tag to compare

This is a maintenance release, just updating a few dependencies:

  • Kotlin 1.5.0
  • Android Gradle Plugin 4.2.0
  • JDK 11
  • ...and a few more

1.14.1

08 Feb 10:13
19c0018
Compare
Choose a tag to compare

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

11 Sep 08:53
67615c5
Compare
Choose a tag to compare

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

06 May 12:36
24b5b96
Compare
Choose a tag to compare
  • Update dependencies
    • Kotlin 1.3.72
    • androidx.fragment 1.2.4

1.13.1

04 Mar 07:37
8590e0b
Compare
Choose a tag to compare
  • Update dependencies
    • Kotlin 1.3.70
    • androidx.fragment 1.2.2

1.13.0

06 Mar 07:57
6a4ecc1
Compare
Choose a tag to compare
  • Add provider() to Module DSL
  • Update dependencies

1.12.1

29 Jan 13:38
cf13736
Compare
Choose a tag to compare
  • Bugfix: alias() & set-related get() name arguments were limited to String but should be Any

1.12.0

27 Jan 10:44
16fdc8e
Compare
Choose a tag to compare
  • 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

23 Jan 10:38
b1b6f82
Compare
Choose a tag to compare
  • Add support for Fragment instantiation through Katana with new artifact katana-androidx-fragment and KatanaFragmentFactory (also see FragmentFactory of androidx.fragment:fragment:1.2.0)

1.10.0

03 Jan 08:55
9445425
Compare
Choose a tag to compare

Happy New Year 🎉

  • Add optional injection via injectOrNull() / getOrNull()