Mai Thinh
Mai Thinh
Im also facing this issue
``` VisionCameraCodeScanner_compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: fallbackVersion) VisionCameraCodeScanner_minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: fallbackVersion) VisionCameraCodeScanner_targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: fallbackVersion) ``` I resolve by putting these in root `build.gradle` file
@jackfly8 please take a look on this one https://gist.github.com/athlona64/5809fa53ddbd6efbd22c8c718f8d7ee7