Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@iamMehedi iamMehedi released this 10 Aug 13:30
· 26 commits to master since this release

Breaking Changes

  • SecuredPreferenceStore needs to be initialized before it can be used. Should be initialized as below inside the onCreate method of Application subclass or launcher activity.
    SecuredPreferenceStore.init(getApplicationContext(), new DefaultRecoveryHandler());