yuriy-budiyev / code-scanner

Code scanner library for Android, based on ZXing
MIT License
1.1k stars 267 forks source link

Not Allowing Import #119

Closed JacobHornbeck closed 3 years ago

JacobHornbeck commented 3 years ago

When I try to import your CodeScanner module, I keep getting an error...

To import, I have this code:

import com.budiyev.android.codescanner.CodeScanner

Android studio flags the "budiyev", and it doesn't work... what am I supposed to do?

aldyahsn commented 3 years ago

Check this #120

JacobHornbeck commented 3 years ago

Thanks! That worked!