springcard / android-pcsclike

SpringCard library and applications samples for PC/SC over BLE and USB with Android
Other
11 stars 7 forks source link

Merge library and sample projects #2

Closed tonymanou closed 1 year ago

tonymanou commented 5 years ago

In order to reduce code duplication and ease refactoring, you might want to consider merging your samples (BLE & USB) into this library project.

For instance, use a Gradle module tree like this:

I would be happy to help you merge your projects if you don't have the time to do so.

IMHO, you should also publish you compiled library to a public repo (like Bintray, JCenter...) and get rid of the bundled library binary that clutters your repository.