AliAsadi / PowerPreference

💾 A Powerful library to control and simplify the usage of shared preference in Android.
https://aliasadi.github.io/PowerPreference/
Apache License 2.0
98 stars 13 forks source link

jCenter() still required for power preference #29

Closed firefinchdev closed 2 years ago

firefinchdev commented 2 years ago

If I remove jCenter from my project, I get the following error:

Could not find com.thoughtbot:expandablerecyclerview:1.3
     Required by com.github.AliAsadi:PowerPreference:2.0.0
AliAsadi commented 2 years ago

Thank you for reporting the problem; it has been resolved in version 2.1.0.

implementation 'com.github.AliAsadi:PowerPreference:2.1.0'