Closed PHELAT closed 1 year ago
Hi @PHELAT,
Thanks for reporting this. Indeed, we could see that the proguard rules for minifyWithR8
tasks are not mentioned. We will soon update it. Meanwhile, can you please add below proguard rules and let us know if it works? Thanks.
-dontwarn com.bun.miitmdid.**
-dontwarn com.huawei.hms.ads.identifier.**
Yes, the dontwarn
rules work in not throwing errors. But, is it just a false positive?
Have you added the MSA and HMS Core SDK dependencies as mentioned in the doc?
Hi!
Apparently R8 full mode is active by default in AGP 8+, and seems like Adjust needs some Proguard adjustments. Currently we get these errors when trying to run the
minifyWithR8
task:Adjust:
4.33.5
AGP:8.0.2
Please let me know if you need any additional information.