Storyly Latest Versions Fail to Build
rayliverified opened this issue · 1 comments
rayliverified commented
Environment Details
Storyly SDK Version: ---
v1.26.5
Flutter SDK Version: ---
v3.3.6
Platform:
- Android
Current Behavior
Pub get fails with error:
* What went wrong:
Execution failed for task ':app:dataBindingMergeDependencyArtifactsQaDebug'.
> Could not resolve all files for configuration ':app:qaDebugRuntimeClasspath'.
> Could not resolve com.appsamurai.storyly:storyly:1.26.+.
Required by:
project :app > project :storyly_flutter
> Failed to list versions for com.appsamurai.storyly:storyly.
> Unable to load Maven meta-data from https://jcenter.bintray.com/com/appsamurai/storyly/storyly/maven-metadata.xml.
> Could not HEAD 'https://jcenter.bintray.com/com/appsamurai/storyly/storyly/maven-metadata.xml'.
> Read timed out
levent-oral commented
Hello @searchy2 ,
We serve Storyly Android SDK in mavenCentral not in jCenter due to jCenter sunset.
It's important to remove jCenter()
and add mavenCentral()
to gradle files of your project, you can check storyly_flutter/example's gradle file.
Thanks!