aspose-cells-cloud/aspose-cells-cloud-android

Can't implement in android

ArashM98 opened this issue · 0 comments

Hi good evening

i want to use this library to convert xls to html . none of cloud and aspose.total libraries are implement in my project in android studio.
Every time i sync my build.gradle file i got this error :

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.aspose:aspose-cells-cloud-android:20.10.
Failed to resolve: com.aspose:aspose-cells:22.10

my build.gradle repo is :
maven { url "https://releases.aspose.com/java/repo/"}
and build.gradle dependencies is :
implementation 'com.aspose:aspose-cells:22.10'

tnx a lot