EdwardvanRaak / MaterialBarcodeScanner

Easy to use barcode reader for your Android Project (Uses Google Mobile Vision API)
Apache License 2.0
272 stars 113 forks source link

65k Limit reached! #47

Closed vasiledoe closed 6 years ago

vasiledoe commented 7 years ago

Why you imported whole google play services? it's sufficient only com.google.android.gms:play-services-vision:xxx.Also how can we get your last lib code to make some changes. Here on GitHub I got v 0.0.2 but for gradle we use 0.0.6?

vasiledoe commented 6 years ago

fixed this. I fetched your project and optimized gradle, now I import only

compile 'com.google.android.gms:play-services-vision:11.0.4'

from all play services that ware there