orhanobut / hawk

✔️ Secure, simple key-value storage for Android
Apache License 2.0
3.98k stars 388 forks source link

Update Conceal and Android support library #207

Closed alphater closed 6 years ago

alphater commented 6 years ago

1, updated cryptographic library Conceal v1 to v2 ; upgrade notes 2, update the Android support library to 27.1.0 (due to 27 so the minimum version upgrade to 14);

alphater commented 6 years ago

@orhanobut Why fails to build when upgrading to 4.1? Has been built locally.

orhanobut commented 6 years ago

Awesome! Let me check the issue soon and see why it fails. Btw why don't we just update conceal version through maven? I think that'd be much better option and easier to update.

alphater commented 6 years ago

@orhanobut Yes, it is really much easier to update via maven. I've realized that this has been changed locally to maven, but this was not submitted successfully, so I can not make any future changes.

orhanobut commented 6 years ago

@alphater Do you mean the artifacts are not present in maven central? That'd be weird.

orhanobut commented 6 years ago

Going to push a change-set which includes these updates as well. Therefore closing this one. Thanks for the changes and bumping versions 👍