Skip to content
New issue

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

Could not find devs.mulham.horizontalcalendar:horizontalcalendar:1.3.4. #144

Open
haythoum opened this issue Jan 29, 2024 · 8 comments
Open

Comments

@haythoum
Copy link

Execution failed for task ':app:mapDebugSourceSetPaths'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find devs.mulham.horizontalcalendar:horizontalcalendar:1.3.4.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/devs/mulham/horizontalcalendar/horizontalcalendar/1.3.4/horizontalcalendar-1.3.4.pom
- https://dl.google.com/dl/android/maven2/devs/mulham/horizontalcalendar/horizontalcalendar/1.3.4/horizontalcalendar-1.3.4.pom

Steps to Reproduce the Problem (sample code if possible)

Upgrade android to sdk 34

Specifications

  • Android Version: 34
  • Horizontal-Calendar Version: 1.3.4
@MontePablo
Copy link

same thing happening with me too

@jessica-muremure
Copy link

jessica-muremure commented Sep 3, 2024

Hello, any updates here?
Google forced an upgrade to target SDK 34 as of August 31st, 2024.
I guess that means this library can no longer be used in releasable apps on Google Play?

@haythoum
Copy link
Author

haythoum commented Sep 3, 2024

Hi @MontePablo and @jessica-muremure ,

I just configure my settings.gradle as foolowing:
I keep it the jcenter() as the mentioned library is hosted there,please try this approach and let me know if it works for you

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
jcenter() //keep jcenter as the devs.med lib is hosted in jcenter!!!!
}

}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() //keep jcenter as the devs.med lib is hosted in jcenter!!!!
}

@lukeng4
Copy link

lukeng4 commented Sep 5, 2024

It did not work for me. Jcenter link is getting 404 error.
https://jcenter.bintray.com/devs/mulham/horizontalcalendar/horizontalcalendar/1.3.4/horizontalcalendar-1.3.4.pom

@MontePablo
Copy link

MontePablo commented Sep 7, 2024 via email

@httpskk
Copy link

httpskk commented Sep 11, 2024

The same issue here, but i download AAR file from this location :
http://maven.wafour.com:8081/artifactory/libs-release/devs/mulham/horizontalcalendar/horizontalcalendar/1.3.4/
and build successful without using any repository

dependencies {
implementation files('libs/horizontalcalendar-1.3.4.aar')
}

I hope this will help

@MontePablo
Copy link

MontePablo commented Sep 14, 2024 via email

@harsewaksingh13
Copy link

Here is forked version working and published on jitpack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants