You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! When build an apk with your lib i got 22 warnings like this
[deprecation] Camera in android.hardware has been deprecated
import android.hardware.Camera;
[deprecation] Camera in android.hardware has been deprecated
.setFlashMode(useFlash ? Camera.Parameters.FLASH_MODE_TORCH : null)