📌  相关文章
📜  播放商店版本的 React Native 应用程序 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:45.233000             🧑  作者: Mango

代码示例1
dependencies {
    implementation fileTree(dir: "libs", include: ["*.jar"])
    //noinspection GradleDynamicVersion
    implementation "com.facebook.react:react-native:+"  // From node_modules


    .......
    implementation 'com.google.android.play:core:1.7.3' // add it at the end
}