Any updates? Three months passed...
Example of how to publish artifact to jCenter - https://github.com/OleksandrKucherenko/binding-tc/blob/master/binder/build.gradle
Look into [ ARTIFACTS ] section of file.
I'd like to kindly ask the Flic developer's team to register the Flic library as a dependency in gradle and issue a version. In this way, we may import it much more easily in gradle.properties files from Android projects, using something like
dependencies {
compile 'io.flic.lib:fliclib:+'
}
Or, in cordova projects like my Cordova Flic plugin in the plugin.xml file, using
<framework src="io.flic.lib:fliclib:+" />
Cheers
Juangui
Any updates? Three months passed...
Example of how to publish artifact to jCenter - https://github.com/OleksandrKucherenko/binding-tc/blob/master/binder/build.gradle
Look into [ ARTIFACTS ] section of file.
I second that. Maven or jcenter. Thanks
Hi
I think this is a good idea. Right now our SDK developer is on vacation but I'll tell him to upload to maven when he gets back.