I am trying to use the latest version
implementation('com.mypurecloud:platform-client-v2:151.0.0')
but during build I receive the following error:
> Could not resolve com.mypurecloud:platform-client-v2:151.0.0.
Required by:
project :java:TextCaptureLoadableAdapters
> Could not resolve com.mypurecloud:platform-client-v2:151.0.0.
> inconsistent module metadata found. Descriptor: com.mypurecloud:platform-client-v2:${props.version} Errors: bad version: expected='151.0.0' found='${props.version}'
> Could not resolve com.mypurecloud:platform-client-v2:151.0.0.
> inconsistent module metadata found. Descriptor: com.mypurecloud:platform-client-v2:${props.version} Errors: bad version: expected='151.0.0' found='${props.version}'
This happens starting version 145.0.0.
Could you help me resolve this issue?
Thanks.