We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementation("org.litepal.guolindev:core:3.2.3")
Failed to resolve: org.litepal.guolindev:core:3.2.3 Show in Project Structure dialog Affected Modules: app
distributionUrl=https://services.gradle.org/distributions/gradle-8.0-bin.zip
buildscript { repositories { google() jcenter() mavenCentral() gradlePluginPortal() // hms, 若不集成华为厂商通道,可直接跳过 maven(url ="https://developer.huawei.com/repo/") maven ( url ="https://jitpack.io" ) } dependencies { // classpath ("com.android.tools.build:gradle:8.1.3") // FCM 插件的 classpath // classpath("com.google.gms:google-services:4.3.8") // 华为 HMS 插件的 classpath classpath("com.huawei.agconnect:agcp:1.6.0.300") } }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
jcenter 在2024-08-15正式下线了,删除并添加阿里云的源就可以了。
jcenter() //删除 maven { url 'https://maven.aliyun.com/repository/public' } //添加
详情参考:https://likfe.com/2024/08/26/jcenter-down/
No branches or pull requests
implementation("org.litepal.guolindev:core:3.2.3")
Failed to resolve: org.litepal.guolindev:core:3.2.3
Show in Project Structure dialog
Affected Modules: app
distributionUrl=https://services.gradle.org/distributions/gradle-8.0-bin.zip
buildscript {
repositories {
google()
jcenter()
mavenCentral()
gradlePluginPortal()
// hms, 若不集成华为厂商通道,可直接跳过
maven(url ="https://developer.huawei.com/repo/")
maven ( url ="https://jitpack.io" )
}
dependencies {
// classpath ("com.android.tools.build:gradle:8.1.3")
// FCM 插件的 classpath
// classpath("com.google.gms:google-services:4.3.8")
// 华为 HMS 插件的 classpath
classpath("com.huawei.agconnect:agcp:1.6.0.300")
}
}
The text was updated successfully, but these errors were encountered: