I've fixed it by patching my build.gradle file.
I've replaced this:
compileSdkVersion androidCompileSdkVersion.toInteger()
buildToolsVersion androidBuildToolsVersion
by this:
compileSdkVersion 30
buildToolsVersion "30.0.2"
Thanks to this answer on SO: https://stackoverflow.com/a/46290586/3765
Hello,
I'm trying to add QR code scanning to my app.
For this, I use this: https://github.com/dm77/barcodescanner.
So, I'm adding the dependency to build.gradle using this line:
implementation 'me.dm7.barcodescanner:zxing:1.9.13'
Since this, I'm getting a strange build error. If I build using