RedMadRobot/gradle-infrastructure

android: AGP 7.2.0 breaks obfuscation for debuggable builds

osipxd opened this issue · 0 comments

More context: b/238655204

For QA builds, we want:

  • enabled obfuscation
  • flag android:debuggable="true" in manifest
  • BuildConfig.DEBUG = true

It is possible to modify AndroidManifest.xml after build using new transformation API.