v1.17 release
- HawkBuilder introduced, Hawk.init is radically changed
Hawk.init(this)
.setEncryptionMethod(HawkBuilder.EncryptionMethod.HIGHEST)
.setPassword("password")
.setStorage(HawkBuilder.newSqliteStorage(this))
.setLogLevel(LogLevel.FULL)
.setCallback //optional
.build();
- Storage option added, Sqlite or sharedpreferences