I had used jcifs 1.3.17 jar in my application (on libs folder).
My application works fine, before obfuscate my app by DEXGuard. After obfuscate my app, It gives the run-time error like below.
NTLMv2 requires extended security (jcifs.smb.client.useExtendedSecurity must be true if jcifs.smb.lmCompatibility >= 3)
I am building using, ant release. like below
-verbose
-libraryjars /libs/jcifs 1.3.17 jar
Guide me to solve this issue. Thanks in advance !