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