iMicknl / cordova-plugin-openalpr

This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support for retrieving the license plate from a picture.
MIT License
33 stars 23 forks source link

Android64(arm64 v8a) #49

Closed singhc00 closed 4 years ago

singhc00 commented 4 years ago

I have added openalpr libraries generated for arm64-v8a. Can you please review and publish if all good?

iMicknl commented 4 years ago

Looks good. Could you remove the .DS_Store files? It looks like a .gitignore is missing in this repository, however those hidden Mac files should not be checked into version control.

singhc00 commented 4 years ago

Removed the .DS_Store files.

iMicknl commented 4 years ago

@singhc00 I will merge and release a new version in the coming days.