Untity build error with 1.1.3 sdk

I updated my sdk from 1.1.0 to 1.1.3 and I'm getting a build error now, not sure what it is

Library\PackageCache\com.magicleap.unitysdk@6973bf91e4dd\Runtime\Subsystems\Gesture\GestureSubsystem.cs(38,37): error CS0115: 'GestureSubsystem.CreateProvider()': no suitable method found to override

upon further inspection it's trying to do this:
subsystemImplementationType = typeof(GestureSubsystem),

But that is marked obsolete:
[Obsolete("XRGestureSubsystemDescriptor no longer supports the deprecated set of base classes for subsystems as of Unity 2020.2. Use providerType and, optionally, subsystemTypeOverride instead.", true)]

What should I do?. The XR plugin version is 7.0.0-pre.2

UPDATE: This got fixed after downgrading to XR plugin 7.0.0-pre.1

Unity Editor version: 2022.2.0b14
ML2 OS version: 1.1.0
MLSDK version: 1.1.3
Host OS: (Windows/MacOS) windows

error CS0115: 'GestureSubsystem.CreateProvider()': no suitable method found to override

This got fixed after downgrading to XR plugin 7.0.0-pre.1