Hi Project/environment setup:1. Android Gradle Plugin: 8.1.12. AppDynamics Android agent: 23.7.13. Gradle version: 8.33. Java 17In our company we need to migrate to new Maven repository (GitLab) and need to use header credentials for this new maven r...
Hi In July, 2021 Google has published new version of Android Gradle Plugin (AGP) 7.0.0 and Android Studio:https://developer.android.com/studio/releases/gradle-plugin#7-0-0 So far latest version of AppDynamics plugin for Android is 21.6.0 When trying...
Hi
Previously, I had a request (Zendesk ticket #215430) for investigating issue with Proguard files not automatically uploaded, which was supposed to be fixed in 21.5.0.
But after updating to 21.5.0 new issue appeared:
"Cannot get property 'buil...
Hello,Are there any updates regarding the fix? Because I think it blocks all Android apps using AppD plugin from using up-to-date development tools, because of not ability to switch to latest Android Gradle plugin Regards,Nick
Hi Aboubacar, Do we know timelines for this, because this issue is blocking us from using latest dev tools and soon will be a blocker for our development, because we have other plugins which we must use already switched to latest AGP version? Regards...
Hi @Tony.Zhang I was rather asking if the workaround with assigning some random value to "buildID" is safe to use, because this is the only way I found to make the latest versions of AD working. For instance, adding something like this to the script:...
Just checked again..Indeed, there are some cases when it is working.# For instance, when I run build in terminal:```./gradlew --stop // to make sure no other Gradle daemons which could affect the build./gradlew clean./gradlew assembleDebug```It buil...