tananaev / passport-reader

e-Passport NFC Reader Android app
348 stars 132 forks source link

how to use as dep in third party app? #4

Closed mvayngrib closed 7 years ago

mvayngrib commented 7 years ago

first of all, thanks for making this :)

sorry if it's a naive question, but what's the recommended way of using this in my app? Ideally I would just add a compile line to dependencies in my build.gradle

tananaev commented 7 years ago

If you want to compile it into your app, you should just copy the source code.

mvayngrib commented 7 years ago

@tananaev ic, so you don't want to publish this as a library?

tananaev commented 7 years ago

It is not a library at the moment. If you want to extract some code into a library, feel free to send a pull request. Unfortunately I don't have time to do it myself.

mvayngrib commented 7 years ago

@tananaev understood, thanks