I want my clients to be able to import my Android library without the possibility for them to have access to the source code of that library.
I want also for them to be able to easily import that library using gradle :
compile "my.group.package:thelibrary:1.0.0"
The problem is that using any method such as Jitpack/Jcenter/MavenCentral will make the source code available via the GitHub repository! (am I wrong here?)
How can I achieve this?