-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
When trying to add this dependency, Gradle says that it can not be resolved
Failed to resolve: com.reddit:indicator-fast-scroll:1.4.0
Show in Project Structure dialog
Affected Modules: app
My dependencies
dependencies {
implementation 'com.android.volley:volley:1.2.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.reddit:indicator-fast-scroll:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
Metadata
Metadata
Assignees
Labels
No labels