MJCS
Swapping profiles now requires context for allocation of required resources
Java
MJCS.swapProfile(context, profile);
Java
MJCS.swapProfile(context, profileTag);
You are now able to dispose of MJCS when it is no longer required:
Java
MJCS.unload()
Liveness
In this version LivenessFragment has been deprecated and replaced with OnlineLivenessFragment and OfflineLivenessFragment.