PrefCompat
PrefCompat copied to clipboard
PrefCompat is a wrapper over the SharedPreference class in Android. It supports storing objects other than the standard primitives while decreasing the boiler plate code. It also enables listening for...
Hi, There is no pom file for new versions 0.9.4 and 0.9.3 which gradle could not resolve dependency. https://jcenter.bintray.com/com/tramsun/libs/prefcompat/0.9.4/ https://jcenter.bintray.com/com/tramsun/libs/prefcompat/0.9.3/
I was using and old version of the library , and my app has 16 minsdk , I tried to update the library number but the min sdk is 19...
Hi, I reached the 65K method limit after adding this library and then I saw that although I haven't used RxJava but it's there in the dependencies. the problem is...