Actually, the gradle will auto change the vaule if you didn't set it manually in the AndroidManifest. But the third party dll makes you use
tools:replace="android:debuggable"
in the AndroidManifest. So you have to set it manually. @MAXE