ag-coreservice has many transitive dependencies, for example:
- com.huawei.hms:ag-autoparcelable
- com.huawei.android.hms:security-base
- com.huawei.android.hms:security-ssl
- com.huawei.hms:installersdk
Setting a restrictive content filter results in gradle failure.
* We don't want any more modules from huawei's maven repo except coreservice
* Rename libs syntax to be more clear about developer
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Our maven repo still works, just that jitpack is a known repo at this point
and they have fixed the build issue we had.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
jitpack is having frequent build issues and their github has over 1.5k+
open issues with majority having no replies. Better use something we can
manage and fix when required.
We are still dependent over jitpack for libsu though.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>