chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.76k stars 113 forks source link

Disable gradle verification for sources and javadocs jars #402

Closed chenxiaolong closed 1 year ago

chenxiaolong commented 1 year ago

There's no sane way to add the checksums for these in the metadata file and they don't get compiled into the final binary anyway. This fixes API documentation and source code not showing up in Android Studio. This is gradle's recommended workaround for this issue [1].

[1] https://docs.gradle.org/current/userguide/dependency_verification.html#sec:skipping-javadocs