misosvec / SingleRowCalendar

Android library for horizontal single row calendar. With this library, you aren't attached to library built-in UI. You can create really beautiful and customizable UI and use selection features without hands getting dirty with RecyclerView and SelectionTracker.
Apache License 2.0
370 stars 53 forks source link

Could not resolve all files for configuration #32

Open shahzad1 opened 2 months ago

shahzad1 commented 2 months ago

Execution failed for task ':app:desugarDebugAndroidTestFileDependencies'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Failed to transform single-row-calednar-1.0.0.aar (com.michalsvec:single-row-calednar:1.0.0) to match attributes {artifactType=processed-jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. Could not find single-row-calednar-1.0.0.aar (com.michalsvec:single-row-calednar:1.0.0). Searched in the following locations: https://jcenter.bintray.com/com/michalsvec/single-row-calednar/1.0.0/single-row-calednar-1.0.0.aar https://jcenter.bintray.com/com/michalsvec/single-row-calednar/1.0.0/single-row-calednar-1.0.0.jar

bhagyae5308 commented 1 month ago

Execution failed for task ':app:desugarDebugAndroidTestFileDependencies'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Failed to transform single-row-calednar-1.0.0.aar (com.michalsvec:single-row-calednar:1.0.0) to match attributes {artifactType=processed-jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.

Could not find single-row-calednar-1.0.0.aar (com.michalsvec:single-row-calednar:1.0.0). Searched in the following locations: https://jcenter.bintray.com/com/michalsvec/single-row-calednar/1.0.0/single-row-calednar-1.0.0.aar https://jcenter.bintray.com/com/michalsvec/single-row-calednar/1.0.0/single-row-calednar-1.0.0.jar

@shahzad1 were you able to resolve it ? I m also facing the same issue.

kelalaka153 commented 3 weeks ago

One has to download the source and compile it. For the sake of all, please create an aar file.

leroyiunix commented 3 weeks ago

has anyone compiled? please share the aar file

bhagyae5308 commented 3 weeks ago

has anyone compiled? please share the aar file Try this out SingleRowCalendar-release.aar.zip I had to add below configs as I was getting some crashes related to selection. Add these only if you required.

api 'androidx.recyclerview:recyclerview:1.3.2'

api 'androidx.recyclerview:recyclerview-selection:1.1.0'`

kelalaka153 commented 3 weeks ago

has anyone compiled? please share the aar file Try this out SingleRowCalendar-release.aar.zip I had to add below configs as I was getting some crashes related to selection. Add these only if you required.

api 'androidx.recyclerview:recyclerview:1.3.2'

api 'androidx.recyclerview:recyclerview-selection:1.1.0'`

I've replaced and it seems working. Thanks.

I suggest you add a signature or SHA3 hash of the aar file.

So, you can be the single trust of this.

dwikyrestu commented 2 weeks ago

If anybody still get issues with jcenter, try this :

implementation 'com.github.misosvec:SingleRowCalendar:1.0.0'