Hello,
I am using jackson library in my project
gradle.java
proguard.rules.pro
-keepattributes *Annotation*,EnclosingMethod,Signature
-keepnames class com.fasterxml.jackson.** { *; }
-dontwarn com.fasterxml.jackson.databind.**
# General
-keepattributes SourceFile,LineNumberTable,*Annotation*,EnclosingMethod,Signature,Exceptions,InnerClasses
It is storing the data in realm in abc.java
after fetching from realm xyz.java
I am getting a NPE while creating release build:
Cause: java.lang.NullPointerException
Unable to debug this issue further. Any help is appreciated. Thanks in advance