I have created a bintray repository that has a package in it. When I publish my library and reference it from another project I am able to see my source code. On the other hand if I build aar and import it to my other projects directly the code is obfuscated. I would like to achieve the same effect on published libraries in jCenter. Is that possible? Here is my configuration snippet:
I have created a bintray repository that has a package in it. When I publish my library and reference it from another project I am able to see my source code. On the other hand if I build aar and import it to my other projects directly the code is obfuscated. I would like to achieve the same effect on published libraries in jCenter. Is that possible? Here is my configuration snippet:
I am not running javadocJar and sourcesJar gradle tasks