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
can we merge this issue ? I face the issue where setString("") not completely clear the clipboard in Gboard of Samsung device @dnlgrgly
hi @gbumps , any updates on this ? could we also implement this feature on Android ? Thanks