-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Description
As of 10/26/222 the orma library was removed from Jcenter because it has not been updated in the last 2 years. (Maven Central repo also have a reference to the JCenter )
So , orma library could not be downloaded with gradle , we get timeout error
Solution
I found the solution how we can implement orma project with gradle
repositories {
jCenter() -> remove this line
mavenCentral()
gradlePluginPortal()
}
Reference
https://jcenter.bintray.com/com/github/maskarade/android/orma/orma/6.0.2 -> Could not found
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels