lifecycle-livedata-ktx 2.3.0-0
·
128 commits
to main
since this release
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
andMutableLiveData.setValue
operators withprovideDelegate
operator (#8).
getValue
andsetValue
are deprecated now and will be removed in future versions.