我正在开发一个安卓应用程序,我想使用这个库https://github.com/openid/AppAuth-Android (https://bintray.com/openid/net.openid/appauth)这是我第一次使用Android Studio3.6.3,我不知道要编辑哪些文件才能将这个库添加到我的项目中
发布于 2020-05-15 00:06:56
我现在已经在build.gradle文件中
repositories {
google()
jcenter()
maven {
url "https://dl.bintray.com/openid/net.openid"
}
}和
implementation 'net.openid:appauth:0.7.1'https://stackoverflow.com/questions/61801029
复制相似问题