dependencies自定义的版本没有生效 constraints的生成的dependency总会在platform之前 , 导致优先级更低 使用enforcedPlatform替换constraints声明的版本, 使自定义版本生效
dependencies自定义的版本没有生效
constraints的生成的dependency总会在platform之前 , 导致优先级更低
使用enforcedPlatform替换constraints声明的版本, 使自定义版本生效