Open shahzad1 opened 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
@shahzad1 were you able to resolve it ? I m also facing the same issue.
One has to download the source and compile it. For the sake of all, please create an aar file.
has anyone compiled? please share the aar file
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'`
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.
If anybody still get issues with jcenter, try this :
implementation 'com.github.misosvec:SingleRowCalendar:1.0.0'
Execution failed for task ':app:desugarDebugAndroidTestFileDependencies'.