-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
按照配置,提示找不到库
Error:Could not find com.github.open-android:ShoppingCartAddSubtract:0.1.0.
Required by:
project :app
Search in build.gradle files
这是我app的gradle
allprojects {
repositories {
jcenter()
maven {url "https://jitpack.io"}
mavenCentral()
mavenLocal()
flatDir{
dirs 'libs'
}
}
}
这是我module的gradle
dependencies {
....
compile 'com.github.open-android:ShoppingCartAddSubtract:0.1.0'
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels