No longer force maximum version of SDK. #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For the past few SDK updates, there hasn't ever been any changes that broke Gesture Manager in any way whatsoever. Because of this, I think it's very unnecessary to force a maximum version of the SDK.
To follow in Av3Emulator's footsteps, this PR changes the
"com.vrchat.avatars"
vpmDependency to"^3.5.2"
, which introduces the^
argument. This makes Gesture Emulator only require a minimum of SDK 3.5.2, and will support all future versions of the SDK until v4.0.0 (if it even happens).We both know it's a bit tiring for everyone to have to update a Curated Package every single time the SDK makes a Minor Upgrade. So, this PR intends to make it easier for both yourself and everyone that Gesture Manager works no matter what, by avoiding the awful "Incompatible Version" warning in the Creator Companion.
I highly recommend you introduce this change for the next update, especially for those who use Av3Emulator with Gesture Manager for your Radial Menu. ^^