Has anyone upgraded this for API29?
I know the old PreferenceScreen is depreciated
<androidx.preference.PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
</androidx.preference.PreferenceScreen>
instead of
It's not necessary but you can add this implementation into your Gradle too.
implementation 'androidx.preference:preference:1.0.0'
Has anyone upgraded this for API29?
I know the old PreferenceScreen is depreciated
<androidx.preference.PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
</androidx.preference.PreferenceScreen>
It's not necessary but you can add this implementation into your Gradle too.instead of
implementation 'androidx.preference:preference:1.0.0'