ZebraDevs / LinkOS-Android-Samples

Java based sample code for developing on Android. The demos in this repository are stored on separate branches. To navigate to a demo, please click branches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jars added to the project as a files

mirzah opened this issue · comments

It is really big anti-pattern to copy bunch of jars to libs folder, and then use them with:

implementation fileTree(dir: 'libs', include: ['*.jar'])

You should really register Zebra artifact in the central repository. Its a mess.