veehaitch / devicecheck-appattest

Server-side library to validate the authenticity of Apple App Attest artifacts, written in Kotlin.
Apache License 2.0
66 stars 8 forks source link

Is there any plans to deploy lib to public maven repo ? #11

Closed ryadar closed 3 years ago

ryadar commented 3 years ago

Library is not available in public maven repo as of now.

Is there any plans to push lib to maven repo ?

veehaitch commented 3 years ago

It was always planned but the rather cumbersome process (GPG ❤️) always kept me from working on it. Thanks to your request, I finally did it: https://repo1.maven.org/maven2/ch/veehait/devicecheck/devicecheck-appattest/

As of yet, It is not visible to https://search.maven.org but it shouldn't be long.

ryadar commented 3 years ago

Thanks a lot for pushing library to public maven. I appreciate your help.