Language change issue after updating to androidx.appcompat:appcompat:1.1.0
问题 The link of the latest app-compat which is 1.1.0. After upgrading my app to the latest app-compat my language settings stopped working for phones below API 24 (roughly, doesn't work on API 21 and below for sure). For API 24 and above, I have used the ContextWrapper and set the locale hence works. My question is if the androidx.appcompat:appcompat:1.1.0 is the stable version why does it work for me in alpha and beta versions unlike the others here & the questions which I have tried. After