SiriDx / qrcode

A flutter plugin for scanning QR codes. Use AVCaptureSession in iOS and zxing in Android.
MIT License
71 stars 47 forks source link

Build failed after upgrating gradle version to 6.5 #31

Open aleron08 opened 3 years ago

aleron08 commented 3 years ago

image Seems like the kotlin version is not matched.(ext.kotlin_version = '1.3.10')

jeeali commented 3 years ago

any update sir?

nashihu commented 3 years ago

any update please?

nashihu commented 3 years ago

okay i just manually change the lib code files in build.gradle project level

change the kotlin version from 1.3.10 to 1.4.30,

also change its gradle dependencies to 4.1.2 and adding targetSdkVersion inside build.gradle app level to the latest.

then build success

someone can do this simple pr here