-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
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")
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels