You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
according to this comment, this library is available at mavenCentral
but when i try to sync using mavenCentral in gradle project level like this:
buildscript {
repositories {
google()
mavenCentral()
// jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
// jcenter()
}
}
it gives error not found like this
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.alibaba.android:ultraviewpager:1.0.7.7.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/alibaba/android/ultraviewpager/1.0.7.7/ultraviewpager-1.0.7.7.pom
- https://repo.maven.apache.org/maven2/com/alibaba/android/ultraviewpager/1.0.7.7/ultraviewpager-1.0.7.7.pom
Required by:
project :app
any ideas? thanks...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello,
according to this comment, this library is available at mavenCentral
but when i try to sync using mavenCentral in gradle project level like this:
it gives error not found like this
any ideas? thanks...
The text was updated successfully, but these errors were encountered: