📌  相关文章
📜  无法解析 androidx.test:core:1.3.0. - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:39.027000             🧑  作者: Mango

代码示例1
These two lines must be add to app level gradle

debugImplementation "androidx.fragment:fragment-testing:$fragmentVersion"
debugImplementation "androidx.test:core:$androidXTestCoreVersion"