cordova-plugin-qrscanner icon indicating copy to clipboard operation
cordova-plugin-qrscanner copied to clipboard

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.

Open jinhua-g opened this issue 3 years ago • 1 comments

android 3.3 have this problem

jinhua-g avatar Aug 21 '20 09:08 jinhua-g

This is a warning but basically in the qrscanner.gradle file you have to replace compile with implementation since compile was deprecated long time ago

PeterHdd avatar Jan 10 '21 09:01 PeterHdd