Night Wolf

Results 5 issues of Night Wolf

I am using [CreditCardView](https://github.com/sharish/CreditCardView) library which is using your library's 1.0.5 release. Gradle could not resolve the library because it seems your 1.0.5 release is non-existing in jitpack. Please recheck...

I found out that SnooperInterceptor prevents Glide to download images and show them properly. When I remove SnooperInterceptor from my OkHttpClient, Glide works fine. You can try it via [http://via.placeholder.com/300/09f/fff.png](http://via.placeholder.com/300/09f/fff.png)...

This is very old project probably running on Eclipse. I read the read me and it says copy JAR and library files but I couldn't find any file JAR extended....

I set the getMaxYear() to 2415 When 2415 comes, it will not show up anymore, but this will not be my business. However, just asking, why did you need to...

I'm getting `android.content.res.Resources$NotFoundException: Resource ID #0x0` error for this: `FlagKit.drawableWithFlag(getContext(), "TR")` Since passing capital letters causes this exception. I solve the issue by passing `tr` But it would be better...