-
Notifications
You must be signed in to change notification settings - Fork 20
WARNING: API 'variant.getMappingFile()' is obsolete and has been replaced with 'variant.getMappingFileProvider()'. #32
Comments
Hi @samsonpaul87, We are working on fixing this warning. Will update you as soon as we publish the fix for it. |
Hi @samsonpaul87 We have published a newer version of the plugin(3.0.0). |
@suriyasundar92 Thanks for the fix. I am able to build my application without warnig now 👍 . Is there any way to check and see the symbols uploaded in Flurry? I am curious to know the output. If there is no any way to check the same in Flurry, then is there any option to see the symbol upload in the build logs, so that we can make sure that the upload-client executed succesfully? |
Hi @samsonpaul87 Could you please give me your company name and application name in flurry so that I can confirm the upload of the symbols from my end ?? |
Hi @samsonpaul87, On a second thought I think it would be better if you could send the details, explaining your request for verification of the upload, to [email protected]. |
@samsonpaul87 https://github.com/flurry/upload-clients/blob/master/proguard/src/main/java/com/flurry/proguard/UploadMapping.java#L164 Please reach out to us at [email protected] if you face any further issues. |
Thank you @suriyasundar92 . I will try the updated version and monitor the logs for successfull upload. |
@suriyasundar92 I have enabled logging in my gradle file and I can see the following logs in my build. So, I think it's working as expected now. Thank you again for the quick fix you did.
|
@suriyasundar92 I have noticed that the above logs are showing only when we generate an APK. But, when we generate an AAB, the logs are not showing up. So, I think it is working only with APK and not AAB. As AAB is the android's preferred format to deploy new applications, it is not possible for us to deploy an APK to Play Store now. Could you please help me fix the issue. @suriyasundar92 Is there any other logs that I can check to investigate this scenario further? |
@samsonpaul87 We are looking into the issue. Ill keep you updated on this. |
@samsonpaul87 We have fixed the issue with the plugin so that the mapping files will be uploaded for the task |
@suriyasundar92 Thank you for the update. I will try the new version and will let you know how it goes. |
@suriyasundar92 It seems working with AAB now. See the plugin log in the below screenshot. Thank you for fixing this. |
I just added the scripts to my build.gradle script. Syncing it up gives me this warning:
WARNING: API 'variant.getMappingFile()' is obsolete and has been replaced with 'variant.getMappingFileProvider()'. It will be removed in version 5.0 of the Android Gradle plugin. For more information, see https://d"}]}
Kindly fix the issue. I am unable to deploy my application to the Play Store, due to this issue.
The text was updated successfully, but these errors were encountered: