BlinkID / blinkid-android

Everything you need to add AI-driven ID scanning into your native Android app.
https://microblink.com/identity/identity-document-scanning/
445 stars 153 forks source link

Sample apps use an outdated version of BlinkID and don't compile with the current version (6.5.0) #315

Closed Vlad-M-1 closed 6 months ago

Vlad-M-1 commented 7 months ago

Description

Sample apps (BlinkIDSample folder in this repository) use BlinkId 5.10.0. The current version (6.5.0) has multiple differences from it. And if I change the BlinkId version to 6.5.0, the examples just don't compile.

Steps to reproduce: • Clone the repository • Open BlinkIDSample/build.gradle • Change blinkIdVersion = '5.10.0' to blinkIdVersion = '6.5.0' • Try to run the samples. For example, BlinkID-DirectApiSample • Observe Gradle reporting errors in multiple files. In my case, it were 14 files.

krizaa commented 7 months ago

Hi @Vlad-M-1, are you on latest master commit? Our samples are on latest BlinkID version: https://github.com/BlinkID/blinkid-android/blob/master/BlinkIDSample/build.gradle#L28