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 updating AppCompat library to appcompat:1.1.0-alpha03 Locale configuration is not working anymore
- Change Locale not work after migrate to Androidx - Talks about the alpha and beta (I am using the latest stable build
1.1.0
)
Should I wait for an official stable version again and downgrade to the last stable version or which is the efficient way to let google know if any(ofcourse, I know to file a bug)?