Search Issue Tracker
Fixed in 1.2.1-preview
Votes
0
Found in [Package]
1.1.0-preview
Issue ID
1231218
Regression
Yes
[Android][Mobile Notifications] Dependencies aren't inserted correctly if one of them contain variable definitions
Repro steps:
1. Open attached project
2. Export a gradle project
3. Open build.gradle
Actual: "implementation "com.facebook.android:facebook-core:${FACEBOOK_SDK_VERSION
implementation 'com.android.support:appcompat-v7:27.1.1'
}"" is generated into build.gradle
Reproducible with: Mobile Notifications 1.2.0
Not reproducible with: Mobile Notifications 1.0.4 - preview.9
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS] Application frequently crashes on Social.LoadAchievements call when many achievements are registered
- Errors “RenderPass: Attachment 0 is declared as depth attachment but RGBA8 sRGB is not a valid depth format.“ and “BeginSubPass: Not inside a Renderpass“ are present when using Native RenderPass with a RenderTexture that only has depth output
- ArgumentOutOfRangeException is thrown when an empty DropdownField is clicked at runtime
- [tvOS] "EXC_BAD_ACCESS" error is thrown when Painter2D.ClosePath is called
- Bad Naming Convention in Shortcuts Window for Sprite Shape Editing
Add comment