what is the gradle replacement to maven #62
Closed
sagarbandamwar
started this conversation in
General
Replies: 1 comment
-
I am not sure what do you mean. As of now this is the only way this library can be used, however i am working on to get it released on mavencentral |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am adding gradle libraries instead maven
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
so what is the replacement for this?
Beta Was this translation helpful? Give feedback.
All reactions