【发布时间】:2021-03-17 09:05:52
【问题描述】:
我正在尝试集成 Paytm 辅助来帮助我的用户付款。我正在关注Paytm官网进行整合:https://developer.paytm.com/docs/assist/
问题是他们在官方文档中给出的依赖没有解决。当我将以下内容添加到应用程序模块级 build.gradle 时:
implementation 'com.paytm.easypay:easypay:8.5.0-RC-2'
它给出了以下错误:
Failed to resolve: com.paytm.easypay:easypay:8.5.0-RC-2
有人可以帮我提供所需的正确版本吗?或者如果版本正确,为什么会出现此错误?
【问题讨论】: