when I was working on android studio and enable the code obfuscation for the app

it returns error said :app:appDynamicProcessProguardMappingRelease cannot get property 'buildID on extra extention as it does not exist
after checking the community solutions from AppDynamics from here
https://docs.appdynamics.com/appd/21.x/latest/en/end-user-monitoring/mobile-real-user-monitoring/instrument-android-applications/customize-the-android-build/configure-proguard-to-prevent-obfuscation-and-class-removal
I added it in the proguard-rules.pro file
after that, the build is fine and launched successed
but app crashed with below error
Does anyone have some idea? Thanks so much
Expecting app do not crash
For correct working AppDynamics requires exceptions to obfuscation.
Update proguard-rules.pro with:
Reference: https://docs.appdynamics.com/appd/23.x/latest/en/end-user-monitoring/mobile-real-user-monitoring/instrument-android-applications/customize-the-android-build/configure-proguard-to-prevent-obfuscation-and-class-removal