-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: appcenter-plugin
-
None
-
Environment:Plugin Version: 0.8.0
-
0.8.2
AppCenter Plugin hardcodes uploaded Android symbols to be AndroidProguard when uploading to AppCenter. However, this is incorrect in the case of JNI projects. We either need a second field for specifying Breakpad symbols with Android projects or a selector to determine which type of symbols are being uploaded.Â
Â
As a workaround I have rebuilt the plugin for use in our cluster by changing the hardcoded value to Breakpad as we only require native symbols. However, as this would break other projects so I am not creating a pull request.Â