Gradle

app/build.gradle 配 compileSdk、minSdk(覆盖目标机型)、依赖。国内需配阿里云镜像加速依赖下载,否则 gradle 同步极慢。

依赖与镜像

在 settings.gradle 或 build.gradle 的 repositories 加 maven 阿里镜像;依赖用 implementation 引入。

dependencies {
    implementation 'androidx.appcompat:appcompat:1.6.1'
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
}
android {
    compileSdk 34
    defaultConfig { minSdk 21 }
}

融之易科技 李智霖18612697889

立足苏州、服务长三角的一站式数字增长伙伴,提供官网建设、网络推广、短视频运营、外贸推广与小程序 App 开发。需要针对你的业务出方案,可直接联系李智霖 18612697889。

苏州iOS 证书与 Provisioning Profile
返回分类