Skip to content

lifecycle-livedata-ktx 2.3.0-0

Compare
Choose a tag to compare
@osipxd osipxd released this 28 Feb 21:30
· 128 commits to main since this release
abe3acd

Dependencies

  • androidx.lifecycle 2.2.0 -> 2.3.0
  • androidx.activity 1.1.0 -> 1.2.0
  • androidx.fragment 1.2.5 -> 1.3.0

Changes

  • Replace LiveData.getValue and MutableLiveData.setValue operators with provideDelegate operator (#8).
    getValue and setValue are deprecated now and will be removed in future versions.