From 29639ea0a8616d6130df433c7df35627d6015eb1 Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Tue, 9 Jan 2024 06:46:58 +0200 Subject: [PATCH 1/2] fix: remove editor conditional --- Editor/AndroidBuildProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/AndroidBuildProcessor.cs b/Editor/AndroidBuildProcessor.cs index 85f635c..a9e06e7 100644 --- a/Editor/AndroidBuildProcessor.cs +++ b/Editor/AndroidBuildProcessor.cs @@ -1,4 +1,4 @@ -#if UNITY_EDITOR && !RPM_DISABLE_WEBVIEW_PERMISSIONS +#if !RPM_DISABLE_WEBVIEW_PERMISSIONS using System.IO; using System.Xml; using UnityEditor; From 824bf9e2a8cad5a7420f6a473f3accc9b6aa3052 Mon Sep 17 00:00:00 2001 From: Harrison Date: Tue, 9 Jan 2024 06:49:53 +0200 Subject: [PATCH 2/2] chore: update version --- .github/latest.md | 3 +-- CHANGELOG.md | 7 ++++++- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/latest.md b/.github/latest.md index 748f84b..97afc61 100644 --- a/.github/latest.md +++ b/.github/latest.md @@ -2,5 +2,4 @@ This release adds support for handling account linking and asset unlock events c ## Changelog -- scripting define symbol `RPM_DISABLE_WEBVIEW_PERMISSIONS` can now be used to disable Android permissions override @harrisonhough in [#26](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/26) - +- fixed a flaw in the logic for disabling android build processor diff --git a/CHANGELOG.md b/CHANGELOG.md index db08e77..c3c2d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [2.1.0] - 2024.04.01 +## [2.1.1] - 2024.09.01 + +### Fixed +- fixed a flaw in the logic for disabling android build processor + +## [2.1.0] - 2024.08.01 ### Added - scripting define symbol `RPM_DISABLE_WEBVIEW_PERMISSIONS` can now be used to disable Android permissions override @harrisonhough in [#26](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/26) diff --git a/package.json b/package.json index 83fad81..a482cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.readyplayerme.webview", - "version": "2.1.0", + "version": "2.1.1", "displayName": "Ready Player Me WebView", "description": "Ready Player Me WebView helps you display an in-engine browser that helps you load RPM website where you can create avatars and receive avatar URL at the end of the process.\nWebView is mobile only and works in Android and IOS builds.", "category": "tool",