I use That Library implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
When I Create The Project it is Working perfectly but I need to update my app. it is not working
Asked
Active
Viewed 130 times
0

Shakil Hossen
- 19
- 5
-
Check similar questions https://stackoverflow.com/questions/53903762/viewmodelproviders-is-deprecated-in-1-1-0 – Taranmeet Singh Jan 17 '22 at 13:46
-
It should be new ViewModelProvider(this).get(MyViewModel.class); – Taranmeet Singh Jan 17 '22 at 13:47