Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jan 9, 2024
1 parent 6ef421c commit a797a93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ This release adds support for handling account linking and asset unlock events c
## Changelog

- fixed a flaw in the logic for disabling android build processor
- an error causing android builds to fail
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
- fixed a flaw in the logic for disabling android build processor
- an error causing android builds to fail

## [2.1.0] - 2024.08.01

Expand Down
1 change: 0 additions & 1 deletion Editor/IOSBuildProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace ReadyPlayerMe.WebView.Editor
{
public class IOSBuildProcessor
{

[PostProcessBuildAttribute(100)]
public static void OnPostprocessBuild(BuildTarget target, string pathToBuiltProject)
{
Expand Down

0 comments on commit a797a93

Please sign in to comment.