datatheorem / TrustKit-Android

Easy SSL pinning validation and reporting for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migration required from JCenter

ecexplorer opened this issue · comments

Describe the bug
JCenter will sunset new releases on Feb 28 and all usage on May 1. This means that TrustKit needs to remove its JCenter dependencies in this library (in Gradle) and distribute via Maven Central.
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

To Reproduce
Remove JCenter dependency from demo app, attempting to build says that datatheorem.trustkit cannot be located when gradle attempts to download dependencies.

Expected behavior
JCenter can be removed and Trustkit will still be available for download via Maven

Additional context
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

I would recommend acting on this immediately to claim the groupID on mavenCentral. The more time goes by, the likelier it is that someone will be looking to fix their broken builds and starts uploading the artifacts themselves. This may result in some messy ownership transfer hassle

https://central.sonatype.org/pages/choosing-your-coordinates.html

Thanks everyone for the heads up. TrustKit has been migrated to Maven (#86).