摘要: 1.配置依赖项,在app下的build.gradle (此步骤后即可将app发布到测试轨道了) dependencies { def billing_version = "5.0.0" implementation "com.android.billingclient:billing:$billin 阅读全文
posted @ 2022-08-11 18:10 呢哇哦比较 阅读(1047) 评论(0) 推荐(0)
摘要: 1.在项目的build.gradle中添加以下库 allprojects { repositories { google() // 4.1以下的gradle,用下面的代替 google() // maven { // url 'https://maven.google.com' // } } } 2 阅读全文
posted @ 2022-08-11 11:57 呢哇哦比较 阅读(1081) 评论(0) 推荐(0)